]> source.dussan.org Git - redmine.git/commit
r17044@gaspard (orig r915): jplang | 2007-11-18 18:46:55 +0100
authorNicolas Chuche <nicolas.chuche@barna.be>
Mon, 1 Sep 2008 17:52:12 +0000 (17:52 +0000)
committerNicolas Chuche <nicolas.chuche@barna.be>
Mon, 1 Sep 2008 17:52:12 +0000 (17:52 +0000)
commit1bb237c3e004f4d9ca2393bf786c2b4db78abd3b
tree107b2c4b446fec2d28f019c94e19ceb518314f99
parent77f65a81c7f7053f2ed2d4ee200772537657ced2
 r17044@gaspard (orig r915):  jplang | 2007-11-18 18:46:55 +0100
 There's now 3 account activation strategies (available in application settings):
 * 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/branches/nbc@1781 e93f8b46-1217-0410-a6f0-8f06a7374b81
27 files changed:
app/controllers/account_controller.rb
app/models/mailer.rb
app/views/account/register.rhtml
app/views/mailer/account_activation_request.text.html.rhtml [new file with mode: 0644]
app/views/mailer/account_activation_request.text.plain.rhtml [new file with mode: 0644]
app/views/settings/edit.rhtml
config/settings.yml
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/he.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/zh.yml
test/integration/account_test.rb