Remove permission for visitors to register an account
This commit is contained in:
parent
77f9c1a1fc
commit
09fa1fdc71
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ notify:
|
||||||
register_admin_created: true
|
register_admin_created: true
|
||||||
register_no_approval_required: true
|
register_no_approval_required: true
|
||||||
register_pending_approval: true
|
register_pending_approval: true
|
||||||
register: visitors
|
register: admin_only
|
||||||
cancel_method: user_cancel_block
|
cancel_method: user_cancel_block
|
||||||
password_reset_timeout: 86400
|
password_reset_timeout: 86400
|
||||||
password_strength: true
|
password_strength: true
|
||||||
|
|
Loading…
Reference in a new issue