diff --git a/config/config.yml b/config/config.yml index 4872533a1..069166296 100644 --- a/config/config.yml +++ b/config/config.yml @@ -79,13 +79,13 @@ ldap: first_user_admin: enabled: true -# If enabled, then users can signup with the signup form. If enabled is set to -# true and verify is set to true, then users who sign up have to go through a -# verification process. Otherwise, if verify is set to false and signup is -# enabled, then users can signup directly. This is ignored if LDAP is enabled. +# If enabled, then users can signup with the signup form. Otherwise, the admin +# is responsible of creating new users by either: +# - Using the "portus:create_user" rake task. +# - Using the form available in the admin panel. +# This is ignored if LDAP is enabled. signup: enabled: true - verify: false # TODO: (mssola) this is ignored for now. # By default require ssl to be enabled when running on production check_ssl_usage: