You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,7 +20,8 @@ optionally specify hash type and digest, folders and extension, defaults are:
19
20
"hash_dig": "hex",
20
21
"hash_dir": "/var/etherpad/users",
21
22
"hash_ext": "/.hash",
22
-
"hash_adm": false
23
+
"hash_adm": false,
24
+
"displayname_ext": "/.displayname"
23
25
},
24
26
```
25
27
This means user Alice would have to have her hash in sha512 hex OR in bcrypt format in the following file:
@@ -28,6 +30,8 @@ This means user Alice would have to have her hash in sha512 hex OR in bcrypt for
28
30
```
29
31
The hash_adm parameter defines the role of file-authenticated users, by default they are not admins.
30
32
33
+
The displayname_ext parameter defines from which file the displayname of a user can be read. If the file does not exist for a user, the displayname remains unchanged.
0 commit comments