Skip to content

Commit

Permalink
config: updated the "signup" config
Browse files Browse the repository at this point in the history
The verification process has been discarded

See SUSE#179 and SUSE#283.

Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Nov 23, 2015
1 parent 120a25b commit 9bf2ddc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9bf2ddc

Please sign in to comment.