Skip to content

Commit 8f467f1

Browse files
fix: next version of documentation for allow_empty_pass option
1 parent 0835076 commit 8f467f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • docs/admin-manual/auth/authentication

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ After enabling LDAP, login behaviors under different user states are as follows:
167167
168168
> **About Empty Password Security:**
169169
>
170-
> The ldap_allow_empty_pass configuration provides additional security control:
171-
> 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.
172-
> When `false`: Empty passwords are strictly rejected, ensuring all users must provide valid credentials. This is recommended for production environments to prevent unauthorized access.
170+
> The `ldap_allow_empty_pass` configuration provides additional security control:
171+
> - 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.
172+
> - When `false`: Empty passwords are strictly rejected, ensuring all users must provide valid credentials. This is recommended for production environments to prevent unauthorized access.
173173
174174
### Login Examples
175175

0 commit comments

Comments
 (0)