mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Fix incorrect rendering of note on list item
[ci skip]
This commit is contained in:
parent
c7b15eaef5
commit
2d2b0b82f0
@ -598,8 +598,7 @@ In addition, you can tighten password security with the following configuration
|
||||
* `Member.password_expiry_days`: Set the number of days that a password should be valid for.
|
||||
* `Member.lock_out_after_incorrect_logins`: Number of incorrect logins after which
|
||||
the user is blocked from further attempts for the timespan defined in `$lock_out_delay_mins`
|
||||
* `Member.lock_out_delay_mins`: Minutes of enforced lockout after incorrect password attempts.
|
||||
Only applies if `lock_out_after_incorrect_logins` is greater than 0.
|
||||
* `Member.lock_out_delay_mins`: Minutes of enforced lockout after incorrect password attempts. Only applies if `lock_out_after_incorrect_logins` is greater than 0.
|
||||
* `Security.remember_username`: Set to false to disable autocomplete on login form
|
||||
|
||||
## Clickjacking: Prevent iframe Inclusion
|
||||
|
Loading…
Reference in New Issue
Block a user