mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-30 20:56:39 +00:00
feat: add idm_people_self_name_write to default groups
This commit is contained in:
parent
8f6ec45085
commit
c8d8d8675d
|
@ -35,7 +35,11 @@ redis = RedisPool().get_connection()
|
|||
|
||||
KANIDM_URL = "https://127.0.0.1:3013"
|
||||
ADMIN_GROUPS = ["sp.admins"]
|
||||
DEFAULT_GROUPS = [f"idm_all_persons@{DOMAIN}", f"idm_all_accounts@{DOMAIN}"]
|
||||
DEFAULT_GROUPS = [
|
||||
f"idm_all_persons@{DOMAIN}",
|
||||
f"idm_all_accounts@{DOMAIN}",
|
||||
f"idm_people_self_name_write@{DOMAIN}",
|
||||
]
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue