-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14
Bug summary
Users will never be locked out.
Specifics
This line of code returns before running PasswordSign. However PasswordSign is where changes such as number of failed attempts is updated.
Umbraco-CMS/src/Umbraco.Cms.Api.Management/Controllers/Security/BackOfficeController.cs
Line 72 in d418802
| return Unauthorized(); |
Steps to reproduce
Try to login with incorrect password more than 5 times.
Expected result / actual result
Expected: user locked out
Actual: user is not locked out.
Reactions are currently unavailable