Skip to content

Commit a4fc0a7

Browse files
fix: next version of documentation for allow_empty_pass option
1 parent 2f7c12e commit a4fc0a7

File tree

1 file changed

+3
-3
lines changed
  • docs/admin-manual/auth/authentication

1 file changed

+3
-3
lines changed

docs/admin-manual/auth/authentication/ldap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ After enabling LDAP, login behaviors under different user states are as follows:
177177
178178
> **About Empty Password Security:**
179179
>
180-
> The ldap_allow_empty_pass configuration provides additional security control:
181-
> When `true` (default): Users can accidentally or intentionally log in without a password, which might be convenient for development environments but poses security risks in production.
182-
> When `false`: Empty passwords are strictly rejected, ensuring all users must provide valid credentials. This is recommended for production environments to prevent unauthorized access.
180+
> The `ldap_allow_empty_pass` configuration provides additional security control:
181+
> - When `true` (default): Users can accidentally or intentionally log in without a password, which might be convenient for development environments but poses security risks in production.
182+
> - When `false`: Empty passwords are strictly rejected, ensuring all users must provide valid credentials. This is recommended for production environments to prevent unauthorized access.
183183
184184
### Login Examples
185185

0 commit comments

Comments
 (0)