tests: fix a wrong default permission

This commit is contained in:
Éloi Rivard 2023-12-21 19:04:05 +01:00
parent 52fc93a481
commit cccbafeb0e
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -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": {