Last Polish before Stable (#3167)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
f17ecbf305
commit
cabb27fb74
13 changed files with 64 additions and 34 deletions
|
@ -773,6 +773,7 @@ public class AccountController : BaseApiController
|
|||
{
|
||||
validationErrors.AddRange(await _accountService.ValidateUsername(dto.Username));
|
||||
}
|
||||
|
||||
validationErrors.AddRange(await _accountService.ValidatePassword(user, dto.Password));
|
||||
|
||||
if (validationErrors.Any())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue