forked from Github-Mirrors/canaille
tests: fix a wrong default permission
This commit is contained in:
parent
52fc93a481
commit
cccbafeb0e
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,7 @@ def configuration(smtpd):
|
|||
"ACL": {
|
||||
"DEFAULT": {
|
||||
"READ": ["user_name", "groups"],
|
||||
"PERMISSIONS": ["edit_self", "use_oidc", "lock_date"],
|
||||
"PERMISSIONS": ["edit_self", "use_oidc"],
|
||||
"WRITE": [
|
||||
"emails",
|
||||
"given_name",
|
||||
|
@ -86,6 +86,7 @@ def configuration(smtpd):
|
|||
"preferred_language",
|
||||
"title",
|
||||
"organization",
|
||||
"lock_date",
|
||||
],
|
||||
},
|
||||
"ADMIN": {
|
||||
|
|
Loading…
Reference in a new issue