Don't allow visitors to register; call them visitors
This commit is contained in:
parent
e712c61ae0
commit
efc11642b1
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
anonymous: Anonymous
|
anonymous: Visitor
|
||||||
verify_mail: true
|
verify_mail: true
|
||||||
notify:
|
notify:
|
||||||
cancel_confirm: true
|
cancel_confirm: true
|
||||||
|
@ -9,7 +9,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_admin_approval
|
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