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
element for SSO logins when none are configured for the site. You can find it by searching for the dnnSocialRegistration HTML class. This creates an accessibility problem as it can confuse screen readers. When there are no SSOs to list, the list element should not be present on the page, even if it has display: none;
Steps to reproduce?
Add the Account Login module to a page
Have no SSO auth on the site
You can find it by searching the HTML for the class dnnSocialRegistration
Is there an existing issue for this?
What happened?
The Login/Register modules have an empty
element for SSO logins when none are configured for the site. You can find it by searching for the- Add the
- Have no SSO auth on the site
- You can find it by searching the HTML for the class
- I agree to follow this project's Code of Conduct
dnnSocialRegistrationHTML class. This creates an accessibility problem as it can confuse screen readers. When there are no SSOs to list, the list element should not be present on the page, even if it hasdisplay: none;Steps to reproduce?
Account Loginmodule to a pagednnSocialRegistrationCurrent Behavior
No response
Expected Behavior
No response
Relevant log output
Anything else?
No response
Affected Versions
10.3.0 (latest release)
What browsers are you seeing the problem on?
Chrome
Code of Conduct