v2023.02.14.2047 Release
This release enables account lockout by default for new accounts. Accounts will be locked out for 5 minutes after 5 failed attempts (Identity framework's defaults).
Existing accounts will need to be manually updated in the database by changing LockoutEnabled
to true
on the RemotelyUsers
table.
Docker Image
See Docker Hub for instructions on pulling and running the image.
Changes:
- 57e3d52 Enable lockout when user is created from the registration page.
- 564668f Enable lockout on new accounts created on the organization page.
- 0e62543 Enable account lockout.
This list of changes was auto generated.