The password tag has no wiki summary.
5
votes
1answer
132 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 ...
4
votes
4answers
319 views
Replacing the Wordpress password validation
I have a custom application with thousands of users who already have a password stored. I would like to set up a self hosted wordpress site to accompany that application and to use the usernames and ...
4
votes
1answer
86 views
Why do generated passwords start/end with spaces?
When new passwords are generated for new users, some users are reporting that the passwords include spaces at the beginning and end of the passwords. Has anyone ran into this before or have any idea ...
3
votes
3answers
2k views
Password protecting a page
I'm trying to password protect a page but it doesn't seem to be working. I've set the password for the page but when you navigate to it it just loads up like normal and doesn't ask for any passwords.
...
3
votes
2answers
562 views
how to use joomla password format in wordpress?
I need to import more than 1000 users from joomla to wordpress. I can do that with csv. My main concern are passwords. I did some googling and found out that it is possible to change wordpress ...
3
votes
5answers
328 views
Is it possible to direct users to a certain post based on a password entered on the home page?
I'd like to be able to have a workflow that works like so:
Create a post and assign it a password
Have a single-field form on the home page
User enters password on home page, and is sent to the ...
3
votes
2answers
876 views
Hide password protected posts
If I create a post and set the visibility to "password protected", it still shows up on the front page and in the feeds. Is it possible to hide posts from general view altogether, but still allow ...
3
votes
1answer
396 views
How to save Admin FTP password
Every time I attempt to upload a plugin or theme, I am asked for the FTP password. Is there a way to save this within Wordpress, or do I have to enter it every time? Thanks.
3
votes
2answers
386 views
Setting WP Admin passwords to expire
I'm aware it's not a feature of Wordpress, but I was wondering if there was a way or a plug-in (haven't found one from searching) that allows me to force a user to change their password after a ...
3
votes
1answer
68 views
Comments number message in password protected post
I've got a password protected post and comments_popup_link('No Comments', '1 Comment', '% Comments'); function displays "ENTER YOUR PASSWORD TO VIEW COMMENTS." message. The question is, is it possible ...
3
votes
1answer
477 views
Force all users in MU to change their passwords
I'm looking for a solution to notify/force all users in an MU network to change their passwords. Any ideas of a solution out there as a plug-in?
3
votes
1answer
297 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 ...
3
votes
1answer
50 views
Migrating users from .com to .org?
I am in the process of migrating my blog from my wordpress.com address to a self-hosting (wordpress v3.1.2) address.
Blog has migrated across nicely.
Appears my users have also migrated across, but ...
2
votes
3answers
149 views
Is it possible to get a user with just the password field?
I tried doing something like this:
$user = $wpdb->get_row('
SELECT *
FROM ' . $wpdb->users . '
WHERE user_pass = "' . wp_hash_password('password') . '"'
);
But the ...
2
votes
3answers
1k views
Forcing all posts associated with a custom post type to be private
Does anyone know of a way to add code to the functions.php file which will automatically force all posts belonging to a custom post type to be "private" and/or "password protected" with a default ...
2
votes
1answer
794 views
Can't login to wordpress despite changing password to something known directly in MySQL or using “Password Reset by Email” feature
I'm unable to login to my wordpress site v3.1.3 even though I know the password.
To be extra sure, I directly changed the password for the user account (ID=1) with
UPDATE wp_users SET ...
2
votes
1answer
633 views
Is it possible to use a forgot password url filter?
i recently found that a login url filter is available but i can't find a solution for the forgot password as well,
for the login url i use this:
function custom_login_url($login_url) {
return ...
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
2
votes
1answer
591 views
login to wordpress with Get variables instead of Post
Im using swish-e to index my corporate site and documents. Problem is that i need to login to wordpress via get variables.
Wordpress login uses post variable but i need to login with GET variables
...
2
votes
2answers
723 views
Get password when user registers and save it sha1 into database
im working on a website where the users can connect with iphone to some functions of it by using a sha1 encrypted password. In other words the plain password of wordpress encrypted in sha1.
In the ...
2
votes
1answer
261 views
wordpress redirect after password reset
I would like to able to redirect to get_bloginfo('url'); after reseting password.
But I cannot for life of me find any simple answer or function to do this.
Does anyone know if this is possible?
...
2
votes
3answers
211 views
Make post password required to publish
I am making a site which will only have password protected pages. I would like it so that the password box is open by default, and is a required fields to publish the post. Ideally I would also remove ...
2
votes
1answer
923 views
how to redirect to a custom password retrieval page
I have a new site and I'm using bbpress beta-3 with it, I've created custom login/register/lost-password pages with the custom templates supplied with bbpress and I can't seem to find the ...
1
vote
2answers
3k views
Check the password of a user
I want to keep a check if the user has a particular password, so I have been trying it with wp_check_password but the account for which it is checked gets logged out and can't login again till there ...
1
vote
2answers
130 views
Is there a theme function for is_password_protected()?
I'm looking at the function and template references and I'm not seeing a way to test for whether a post is protected. Is there a theme function for (something like) is_password_protected()?
I'm ...
1
vote
2answers
309 views
Locked out of my own blog and password reset not working
I have my own Wordpress installation for my infrequently updated blog.
I have a habit of forgetting my password so have to request a new one and reset it every two to three months.
I've done it ...
1
vote
1answer
1k views
How to let user set password on registration
I´m working on a front end registration form adn have gotten as far as getting the standard registration form to work, but... I´d like to add the oportunity to let the user choose his/her own ...
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 ...
1
vote
1answer
805 views
Network Admin “You do not have sufficient permissions to access this page.”
I have had trouble logging into WP-Admin with my admin account.
I have reset my password, and I can now log-in to WP-Admin, but cannot reach Network Admin (/wp-admin/network), instead receiving "You ...
1
vote
2answers
375 views
WordPress: force users to change password on first login
Users on my website sign up through a form (Gravity form) and after they are manually approved they are sent a username (their email address) and a randomly generated password.
I would like these ...
1
vote
1answer
2k views
password protect individual pages
Is it possible to password protect individual pages with Wordpress? What I'm trying to do is have special pages suche as somesite.com/project1 which has a username and password that I can set, but ...
1
vote
2answers
34 views
Forgot password not working
I have been trying to reset my admin password for my local install of wordpress running on MAMP. Previously had been working fine but I forgot the password but when I go through the process of 'Lost ...
1
vote
1answer
164 views
Check if password protected post is visible
Is there anyway of checking if a password protected post is visible / not visible? I want some thing that says this;
If the post is password protected (that parts fine) and the correct password ...
1
vote
1answer
287 views
Where is the reset password key stored/generated?
Where is the reset password key stored in the wordpress DB? Is this the same as the user_activation_key? WP version 3.2.1
1
vote
4answers
285 views
Password protect the site (without htaccess or membership)
I'd like to display a simple password box where visitors need to enter a password before they can access the site.
1
vote
1answer
451 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 ...
1
vote
1answer
87 views
User defined password at registration - registration email sends auto generated pass
Updating some meta fields on registration and providing the user the option to pick a password yet the registration email sends the auto generated password. User defined password works and not emailed ...
1
vote
1answer
34 views
How to shorten length of auto generated password sent during registration?
is there a way to shorten the length of the 'auto generated password' which is sent during registration of a new user?
I would like to shorten this password to 5 characters max and also remove the ...
1
vote
1answer
249 views
Exclude the_content (); from page password protection
I use a page template to show custom post type.
All content from the custom post type should be password protected. I´d like to use the wordpress editor for some additional public information. Can I ...
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 ...
1
vote
1answer
369 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
1answer
113 views
Password protected Profile View
I have extended the user profile page in the backend so that each user profile has several extra custom fields for data such as favorite movies, birthday and so on can be stored. Creating a dating ...
1
vote
1answer
331 views
Password Protected page not asking for a password
I have set a page to be password protected in the admin, but for some reason WP is not asking for the password when viewing the page.
It definitely isn't a plugin as I have confirmed the behaviour ...
1
vote
1answer
152 views
how to remotely check a username / password from within a plugin
people need a user account on my site to be able to download a plugin. I want to add an activation function in the plugin so a user must supply their username and password the first time they use the ...
1
vote
1answer
332 views
Login using the password from protected pages
Does anyone know the logic on how to do the following:
I have a login section with a password field only on the index, so the user enter the password and submit. Upon submission, I was hoping if the ...
1
vote
1answer
77 views
How can I change the default wordpress password hashing system to something custom?
Can I change the default wordpress password hashing system by overriding the wp_hash_password function from plugin?
If yes, then what will happen to old stored passwords in DB? How will they be ...
1
vote
1answer
77 views
How to change the language of the 'Reset Password' page
I have a WooCommerce powered WordPress website. In this website a user can login to order products, basic WooCommerce functionality.
The site is translated using qTranslate. I can translate ...
1
vote
1answer
86 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 ...
1
vote
1answer
125 views
Password Protect Custom Page
I try to password protect my custom page such that before any content is shown the user must enter a password. More specific, in my code below, anything inside the content-div-container should be ...
1
vote
0answers
55 views
How to show different sub sites based on Member's user name In word press?
I have created a web site for a company with lots of sub sites using multisites in word press. These sub sites are password protected and those are for different clients.
Lets say for an example :- ...
