public
Description: Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in.
Homepage: http://weblog.techno-weenie.net
Clone URL: git://github.com/technoweenie/restful-authentication.git
Click here to lend your support to: restful-authentication and make a donation at www.pledgie.com !
restful-authentication / generators / authenticated / templates / signup_notification.erb
100644 9 lines (5 sloc) 0.184 kb
1
2
3
4
5
6
7
8
9
Your account has been created.
 
  Username: <%%=h @<%= file_name %>.login %>
  Password: <%%=h @<%= file_name %>.password %>
 
Visit this url to activate your account:
 
  <%%=h @url %>