diff --git a/server/src/uds/core/exceptions/auth.py b/server/src/uds/core/exceptions/auth.py index 695ee1f29..0cd61b012 100644 --- a/server/src/uds/core/exceptions/auth.py +++ b/server/src/uds/core/exceptions/auth.py @@ -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 + """ \ No newline at end of file