forked from open-webui/open-webui
feat: change password frontend added
This commit is contained in:
parent
9bd48ffd93
commit
d8bb19fd8a
4 changed files with 69 additions and 5 deletions
|
@ -21,6 +21,9 @@ class ERROR_MESSAGES(str, Enum):
|
|||
"Your session has expired or the token is invalid. Please sign in again."
|
||||
)
|
||||
INVALID_CRED = "The email or password provided is incorrect. Please check for typos and try logging in again."
|
||||
INVALID_PASSWORD = (
|
||||
"The password provided is incorrect. Please check for typos and try again."
|
||||
)
|
||||
UNAUTHORIZED = "401 Unauthorized"
|
||||
ACCESS_PROHIBITED = "You do not have permission to access this resource. Please contact your administrator for assistance."
|
||||
ACTION_PROHIBITED = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue