Tagged Questions
3
votes
1answer
301 views
Add error message on password protected page
I protected a page with password. I’d like to add a short error message when the inserted password is incorrect.
How can I do this?
I add this code to show and customize the form on my page.
My ...
1
vote
1answer
376 views
Is there any good tutorial to write custom login, registration and password recovery forms?
I like to have login and password recovery managed by my own forms and embed them into my theme.
I'm using the well written Jeff Farthing's plugin "Theme My Login" on some of my projects. But I would ...
1
vote
2answers
6k views
Check for correct username on custom login form
I have used Jeff Star's tutorial for creating my own custom login form http://digwp.com/2010/12/login-register-password-code/. It works great, but I have one problem. On the reset password form, if ...