Slightly saner default duplicate policies
* In most cases other than signup cancelling a duplicate is fairly safe, and better UX. Change-Id: I5c154b649513d84b92821bdd60efa8fdab070dea
This commit is contained in:
parent
3cbe9b618e
commit
dba11b87d1
@ -258,6 +258,7 @@ TASK_SETTINGS:
|
||||
# If domain isn't set explicity, will service user domain (see KEYSTONE).
|
||||
default_parent_id: null
|
||||
invite_user:
|
||||
duplicate_policy: cancel
|
||||
emails:
|
||||
# To not send this email, set the value to null
|
||||
initial: null
|
||||
@ -292,11 +293,17 @@ TASK_SETTINGS:
|
||||
subject: Welcome to OpenStack!
|
||||
template: initial_password_completed.txt
|
||||
edit_user:
|
||||
duplicate_policy: cancel
|
||||
emails:
|
||||
initial: null
|
||||
token: null
|
||||
role_blacklist:
|
||||
- admin
|
||||
edit_roles:
|
||||
duplicate_policy: cancel
|
||||
emails:
|
||||
initial: null
|
||||
token: null
|
||||
update_email:
|
||||
duplicate_policy: cancel
|
||||
additional_actions:
|
||||
|
Loading…
Reference in New Issue
Block a user