doc: clearify account.disabled
Massimo Melina committed
Jan 1, 2026 at 15:10 UTC
c47f60429dfe7f15e0d3530ee10bf3e1099b859e
1 file changed
+2
config.md
+2
@@ -222,6 +222,8 @@ For each account entries, this is the list of properties you can have:
222
- `password` a temporary unencrypted password, transformed into `srp` ASAP (and removed).
223
- `srp` encrypted password. Don't modify this, HFS will create it from `password` field.
224
- `disabled` prevents using this account. Default is false.
225
+ If a user is disabled, it cannot log in. A user won't inherit permissions from a group if the group is disabled.
226
+ If all of its groups are disabled, then it cannot log in, even if the user itself is not disabled.
227
- `expire` account won't work once the time has passed this timestamp. Use JSON timestamp syntax. Default is none.
228
- `days_to_live` used to set `expire` on first login. Default is none.
229
- `disable_password_change` set `true` if you want to forbid password change for this user. Default is `false`.