-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show a different message error when the password is wrong (#1274)
## Problem The login form does not differentiate between an authentication error or an server error. ## Solution Show a different error depending on the response status code. ## Screenshots |Authentication Error | Server error | | --- | --- | | ![image](https://github.com/openSUSE/agama/assets/7056681/da28a82c-1ace-474d-8f73-809ebe75fa22) | ![Screenshot from 2024-06-03 08-39-40](https://github.com/openSUSE/agama/assets/7056681/fcd23d95-8d5e-4ea7-9050-c0f689cb08a8) |
- Loading branch information
Showing
4 changed files
with
91 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
------------------------------------------------------------------- | ||
Thu Jun 6 07:43:50 UTC 2024 - Knut Anderssen <[email protected]> | ||
|
||
- Try to reconnect silently when the WebSocket is closed displaying | ||
a page error if it is not possible (gh#openSUSE/agama#1254). | ||
- Display a different login error message depending on the request | ||
response (gh@openSUSE/agama#1274). | ||
|
||
------------------------------------------------------------------- | ||
Thu May 23 07:28:44 UTC 2024 - Josef Reidinger <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters