Tagged Questions
0
votes
1answer
83 views
Redirect a password protected page?
I'm looking for the simplest way to redirect a password protected page, to another page after entering the password.
E.g.
<?php if ( is_page('name-of-page') && ! post_password_required() ...
2
votes
2answers
757 views
Password change when the user login first time
I have a "change password" page.
Is there a way to redirect that page when the user login first time using wordpress generated password?
Thanks
