diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-18 17:46:55 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-18 17:46:55 +0000 |
commit | 9c9ae217716304f7062fc31c2f4e4f8adafee2b1 (patch) | |
tree | ca10cbe2297f5a2a77cbbe33a81acd436f597e17 /config | |
parent | f8aa2dc9b71640a4da008e8ef0968a8cd9ce7385 (diff) | |
download | redmine-9c9ae217716304f7062fc31c2f4e4f8adafee2b1.tar.gz redmine-9c9ae217716304f7062fc31c2f4e4f8adafee2b1.zip |
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/trunk@915 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings.yml b/config/settings.yml index c59a5242e..e9b9eebfd 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -28,7 +28,7 @@ welcome_text: login_required: default: 0 self_registration: - default: 1 + default: '2' lost_password: default: 1 attachment_max_size: |