Problem in login page using form based authentication
- by Alvin
I want a login page in which if any user types invalid password and username after clicking submit button, then the user will be displayed an error message on the same page.
What should I have to make this requirement enable? Is this possible with ajax or javascript?