Tagged Questions
0
votes
0answers
31 views
Password secured pages required password on each page refresh [closed]
I have started managing one wordpress site. There is a few password-secured pages, but the password is required on each refresh (of same page of course). Previous admin made probably some bad settings ...
1
vote
1answer
88 views
Wordpress protected Pages
Would be possible to access the protected pages with password through of a token. What I mean I pass the token by URL, is going to be checked if the page is protected, if yes check if the URL has the ...
0
votes
1answer
195 views
Password Protect Pages Not Working
I recently switched to a new theme, and it does not seem to have the functionality to password-protect individual pages. It only displays "Protected" in page title, but still shows the content without ...
1
vote
1answer
1k views
Sending the reset password link programatically
I have this manually created page:
$user_login = sanitize_text_field( $_GET['user_login'] );
if ( username_exists( $user_login ) || email_exists($user_login) ) { ?>
<!--Everything has been ...
5
votes
1answer
143 views
multi page password protection
Is it possible to have the "password protected page" feature of WordPress apply to more than one page? I have dozens of pages which I wish to protect with the same password, but I don't want people to ...
0
votes
2answers
767 views
IF user is logged in only show certain page
I have this wordpress site that I am making where a user has to login to see their specific gallery. My problem is that all our users are members and all the members can see all the other member ...
1
vote
1answer
462 views
Password protected post or page - error message by wrong password?
Ok guys, I'm building a page, where a certain sub-page is password protected. Easy in wordpress. But there is a UX problem: when a user enters a wrong password, theres no error message or something to ...