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": {
|
"ACL": {
|
||||||
"DEFAULT": {
|
"DEFAULT": {
|
||||||
"READ": ["user_name", "groups"],
|
"READ": ["user_name", "groups"],
|
||||||
"PERMISSIONS": ["edit_self", "use_oidc", "lock_date"],
|
"PERMISSIONS": ["edit_self", "use_oidc"],
|
||||||
"WRITE": [
|
"WRITE": [
|
||||||
"emails",
|
"emails",
|
||||||
"given_name",
|
"given_name",
|
||||||
|
@ -86,6 +86,7 @@ def configuration(smtpd):
|
||||||
"preferred_language",
|
"preferred_language",
|
||||||
"title",
|
"title",
|
||||||
"organization",
|
"organization",
|
||||||
|
"lock_date",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"ADMIN": {
|
"ADMIN": {
|
||||||
|
|
Loading…
Reference in a new issue