You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
The "Remember Me" function fails to display saved login credentials upon returning to the login page, despite selecting the checkbox during the previous login session. Although the authentication token associated with the user is successfully saved in the browser's local storage, the system does not retrieve and display the credentials when required.
Step to reproduce:
Navigate to the login page.
Enter valid login credentials.
Check the "Remember Me" checkbox.
Check the browser's local storage for token data, expecting to find it stored in a specific location.
Log out of the system.
Check all browser storage options (Cookies, session, local storage) to identify any paths related to the "Remember Me" function.
Return to the login page.
Observe that the login field is not pre-filled with the saved credentials.
Expected Result:
Upon selecting the "Remember Me" checkbox and subsequent log out, the system should retain and display the saved login credentials in the respective fields upon returning to the login page
Actual Result:
After logout and returning to the login page, the login field remains empty, failing to display the saved credentials despite selecting the "Remember Me" checkbox during the previous login session.
Additional Notes:
This issue significantly impacts user experience by requiring manual entry of credentials for each login, despite opting for the "Remember Me" option.
Despite successfully storing the authentication token in the browser's local storage, the system fails to retrieve and display saved credentials, indicating a specific issue with the display mechanism.
After logging out, attempts to locate any token identifiers stored in the browser's local storage were unsuccessful.
Furthermore, an error was encountered in the console, suggesting potential issues with token retrieval or handling.
URL: https://my.dev.ringrx.com/v2/login
User: [email protected]
Role: admin
Problem:
The "Remember Me" function fails to display saved login credentials upon returning to the login page, despite selecting the checkbox during the previous login session. Although the authentication token associated with the user is successfully saved in the browser's local storage, the system does not retrieve and display the credentials when required.
Step to reproduce:
Expected Result:
Upon selecting the "Remember Me" checkbox and subsequent log out, the system should retain and display the saved login credentials in the respective fields upon returning to the login page
Actual Result:
After logout and returning to the login page, the login field remains empty, failing to display the saved credentials despite selecting the "Remember Me" checkbox during the previous login session.
Additional Notes:
This issue significantly impacts user experience by requiring manual entry of credentials for each login, despite opting for the "Remember Me" option.
Despite successfully storing the authentication token in the browser's local storage, the system fails to retrieve and display saved credentials, indicating a specific issue with the display mechanism.
After logging out, attempts to locate any token identifiers stored in the browser's local storage were unsuccessful.
Furthermore, an error was encountered in the console, suggesting potential issues with token retrieval or handling.
Attachments:
https://www.loom.com/share/8af237bcbabf40cfbffca3999b2822f6
The text was updated successfully, but these errors were encountered: