bootstrap: make password_file a standard custom attribute

Otherwise the bootstrap script tries to create the password_file
as a custom attribute which fails since it's not in the schema.
And anyway, it shouldn't be in the schema.
This commit is contained in:
ibizaman
2025-07-23 18:34:29 +02:00
committed by nitnelave
parent 363ef106e2
commit 5241626a3a
+1 -1
View File
@@ -440,7 +440,7 @@ extract_custom_group_attributes() {
}
extract_custom_user_attributes() {
extract_custom_attributes "$1" '"id","email","password","displayName","firstName","lastName","groups","avatar_file","avatar_url","gravatar_avatar","weserv_avatar"'
extract_custom_attributes "$1" '"id","email","password","password_file","displayName","firstName","lastName","groups","avatar_file","avatar_url","gravatar_avatar","weserv_avatar"'
}
extract_custom_attributes() {