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).
|
# If domain isn't set explicity, will service user domain (see KEYSTONE).
|
||||||
default_parent_id: null
|
default_parent_id: null
|
||||||
invite_user:
|
invite_user:
|
||||||
|
duplicate_policy: cancel
|
||||||
emails:
|
emails:
|
||||||
# To not send this email, set the value to null
|
# To not send this email, set the value to null
|
||||||
initial: null
|
initial: null
|
||||||
@ -292,11 +293,17 @@ TASK_SETTINGS:
|
|||||||
subject: Welcome to OpenStack!
|
subject: Welcome to OpenStack!
|
||||||
template: initial_password_completed.txt
|
template: initial_password_completed.txt
|
||||||
edit_user:
|
edit_user:
|
||||||
|
duplicate_policy: cancel
|
||||||
emails:
|
emails:
|
||||||
initial: null
|
initial: null
|
||||||
token: null
|
token: null
|
||||||
role_blacklist:
|
role_blacklist:
|
||||||
- admin
|
- admin
|
||||||
|
edit_roles:
|
||||||
|
duplicate_policy: cancel
|
||||||
|
emails:
|
||||||
|
initial: null
|
||||||
|
token: null
|
||||||
update_email:
|
update_email:
|
||||||
duplicate_policy: cancel
|
duplicate_policy: cancel
|
||||||
additional_actions:
|
additional_actions:
|
||||||
|
Loading…
Reference in New Issue
Block a user