HTML loop issue when entering wrong password on login
-
Hi!
We are currently developing a site that uses User Registration, and there is an issue where the HTML of the page gets messed up when a wrong password is entered into the login form. This happens with no other error, only “invalid password”. It looks to me like there’s an issue with some loop which makes it throw out a ridiculous amount of
<strong></strong>
tags and interferes with the rest of the page HTML.We have not made any HTML changes to the login form nor error messages. All the styling is applied by dequeueing UR CSS and applying our own styles.
We were using version 1.5.x earlier but updated to the latest (1.6.1 currently) and the issue persists.
Unfortunately I cannot provide a link to the site as it is in a private development environment. I’m wondering if anyone has had this issue on their site?
Screenshot of the issue (rest of the page, aka sidebar, gets messed up):
Screenshot of the issue in inspector:
Thank you for your time.
The page I need help with: [log in to see the link]
- The topic ‘HTML loop issue when entering wrong password on login’ is closed to new replies.