MyBB Community Forums

Full Version: Login error template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where is the template for the login error that appears when you enter wrong login credentials?

This is the source:

<div class="error">
	<p><em>Please correct the following errors before continuing:</em></p>
	<ul>
		<li>You have entered an invalid username/password or email/password combination. <br /><br />If you have forgotten your password please <a href="member.php?action=lostpw">retrieve a new one</a>.</li>

	</ul>
</div>
Error templates > error_inline
Thank you!