Password protect wordpress page
-
I am trying to create a page where I can have a user enter a password, and then it takes them to a specific page. Each “password” entered will be automatically redirected to a unique page.
For example,
1) user1 goes to http://www.example.com/login that has a password text field
2) user1 enters password “xxxxx1”
3) user1 is redirected to http://www.example.com/user1pageAnother example:
1) user2 goes to http://www.example.com/login that has a password text field
2) user2 enters password “xxxxx2” (NOTE THE CHANGE IN PASSWORD TO “2”)
3) user2 is redirected to http://www.example.com/user2page (NOTE THE CHANGE IN LANDING PAGE BASED ON DIFFERENT PASSWORD ENTERED)The general public will NOT be able to access the users pages mentioned above (www.example.com/user1page and http://www.example.com/user2page), unless they entered the correct password on the login page. They are essentially password protected.
Anyone know how to do this or have a plugin that already does this?
Thank you!!
The topic ‘Password protect wordpress page’ is closed to new replies.