summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/account_activation_request.text.plain.rhtml
Commit message (Collapse)AuthorAgeFilesLines
* Rails3: mail: rename app/views/mailer/*.text.plain.rhtml to ↵Toshi MARUYAMA2011-09-261-2/+0
| | | | | | app/views/mailer/*.text.erb (#6317) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7536 e93f8b46-1217-0410-a6f0-8f06a7374b81
* There's now 3 account activation strategies (available in application settings):Jean-Philippe Lang2007-11-181-0/+2
* activation by email: the user receives an email containing a link to active his account * manual activation: an email is sent to administrators for account approval (default) * automatic activation: the user can log in as soon as he has registered git-svn-id: http://redmine.rubyforge.org/svn/trunk@915 e93f8b46-1217-0410-a6f0-8f06a7374b81