mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-20 06:50:23 +03:00
Add PasswordExpired exception for handling expired passwords
This commit is contained in:
parent
a5e94bfa9a
commit
735ccd22c0
@ -67,3 +67,8 @@ class MFAError(AuthenticatorException):
|
||||
"""
|
||||
This exceptions indicates than an MFA error has ocurred
|
||||
"""
|
||||
|
||||
class PasswordExpired(AuthenticatorException):
|
||||
"""
|
||||
This exceptions indicates that the password has expired
|
||||
"""
|
Loading…
x
Reference in New Issue
Block a user