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
Observed Behavior: On the FreeIPA login page, the two external/informational links exhibit different target behaviors when clicked: 1. "Browser Kerberos setup" link: Redirects the current browser tab to the configuration page (/ipa/modern-ui/browser-config). 2. "FreeIPA website" link: Opens the external website in a new browser tab/window.
Expected Behavior: For consistency and to prevent users from losing their current login session/page, both informational links should ideally open their respective destinations in a new browser tab/window (using the target="_blank" attribute).
Steps to Reproduce:
Observe that the current login page is replaced by the setup page.
Go back to the login page and click the "FreeIPA website" link. 5. Observe that the website opens in a new tab, leaving the login page intact.
The issue you're observing is likely an inconsistency in link behavior (target window), which is a common usability bug, rather than an incorrect redirection. The links are redirecting to the correct destinations but are not opening in the same manner.
Observed Behavior: On the FreeIPA login page, the two external/informational links exhibit different target behaviors when clicked: 1. "Browser Kerberos setup" link: Redirects the current browser tab to the configuration page (/ipa/modern-ui/browser-config). 2. "FreeIPA website" link: Opens the external website in a new browser tab/window.
Expected Behavior: For consistency and to prevent users from losing their current login session/page, both informational links should ideally open their respective destinations in a new browser tab/window (using the target="_blank" attribute).
Steps to Reproduce:
The issue you're observing is likely an inconsistency in link behavior (target window), which is a common usability bug, rather than an incorrect redirection. The links are redirecting to the correct destinations but are not opening in the same manner.