1
0
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:
Adolfo Gómez García 2025-01-10 16:37:12 +01:00
parent a5e94bfa9a
commit 735ccd22c0
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -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
"""