The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
24 views

Is there a way to password-protect part of a post?

Is there a way to have a page displayed to the public, but have an extra custom field that doesn't display unless a password is entered? I suppose I could do entirely manually without WordPress ...
0
votes
0answers
16 views

WordPress Login Doesn't Require Password for Subscriber

I'm having an issue with subscribers. WordPress is not validating a subscribers password. Anyone can login to a subscriber's account so long as they know the user name. Does anyone have an idea of ...
0
votes
2answers
39 views

How secure is a wp-config file?

Considering the information that is in the wp-config file, how secure is this file? I have password salts in place, but can someone view this file? Or to what level of difficulty can some view the ...
0
votes
0answers
8 views

Password Protect BBPress

I am looking to setup a simple password protection for BBPress. No username, just a password, the user will then need to login to the forum if they wish or remain logged out and simply view it. Note ...
1
vote
1answer
90 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 ...
0
votes
0answers
26 views

Alter the reset password link

after clicking on the reset password option in WP, we're getting this link wp-login.php?action=rp&key=[theKey]&login=testing> instead of getting this can we alter it to something link ...
0
votes
0answers
40 views

Pretty URLs for lost password functionality

I have WP installed in sub-directory and I'd like to have pretty URLs for the lost password functionality. So, something like this, from WP native -> pretty URL: Initial and any errors lost password ...
-1
votes
2answers
32 views

Show User Their Password

I've got a few automated scripts that run to notify users of certain updates to the application, etc... and for one in particular, I need to be able to display the users user_login and their password. ...
0
votes
1answer
76 views

WP 3.5.1 password protected not working for post

After adding right password fornt side wp, post not open and it's say Not Found Apologies, but the page you requested could not be found. Perhaps searching will help. how to solve this?
0
votes
0answers
23 views

How to include auto generated password in the BuddyPress welcome email?

Once a user is activated, BuddyPress sends out a welcome email. Currently, it provides the username, but it only says PASSWORD for the password, so the user has no notification of their password and ...
0
votes
2answers
29 views

Is it possible to block subscriber users to changing its password?

I want to disable changing password option for all my subscriber users. Is it possible by doing any code tweak or something using any plugin? If someone has any idea or plugin knowledge to do this ...
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 ...
0
votes
2answers
37 views

Is there anyway to get the inputted password string from the login form?

Is there anyway to get the password string from the login form?
0
votes
0answers
25 views

Udate user's password without closing the session

I Achieved changing user password like: if ( !empty($_POST['pass1'] ) && !empty( $_POST['pass2'] ) ) { if ( $_POST['pass1'] == $_POST['pass2'] ) ...
1
vote
2answers
35 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 ...
0
votes
1answer
25 views

Is it possible to have users register without having a password?

I'm developing a plugin and I wanted to allow users to just subscribe to a custom user level without having a password sent to them via email. this level will not be able to contribute to the site, so ...
0
votes
1answer
95 views

Storing password (functions.php)

I have created password form where visitors can access any password protected post with belonging password. Basically you enter unique password and you are redirected to a post which is protected with ...
0
votes
1answer
54 views

Password form redirection to belonging post

My idea is that the visitor enters the password on a page and than the wordpress post with belonging password load if there is one. Here is the code: Form on page: <form method="post" ...
0
votes
0answers
48 views

Wordpress Forgot Password Using Invalid Keys?

I am an administrator for a Wordpress site and have been getting many, many requests on people trying to use the reset password feature to recover a lost password. The email always sends and contains ...
0
votes
0answers
31 views

How to get password string from the update profile option?

I want to grab the password string (not the hash), when some user changes their password from the profile page. How can I get the value? Any idea? I am trying to integrate wordpress with an external ...
0
votes
0answers
28 views

What does global $wp_hasher check for?

What does global $wp_hasher check for By the following check? global $wp_hasher; if ( empty($wp_hasher) Is it to look if the user_pass filed contains the hashed password or not? How do I check ...
0
votes
0answers
55 views

How to access current user ID within wp_hash_password() function from plugin?

I am trying to change the way wordpress saves it password, to my own way. I was able to store the password in to the database, the way I wanted, overwriting wp_hash_password() function from my plugin. ...
1
vote
1answer
81 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 ...
0
votes
0answers
213 views

How to use md5 hashed password (got from external API) to import/create user in wordpress?

I am trying to import user from WHMCS API. It sends password hashed in following format: md5($salt.$pass) I know the $salt. As I don't know the $pass (WHMCS sends only hash like the above format), ...
0
votes
1answer
87 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() ...
0
votes
1answer
49 views

Password Protected Directory Link Shows Maintenance Mode Page

In my WordPress installed directory, I have placed a directory named "Projects". My WordPress site is in maintenance mode with Maintenance Mode Plugin Installed on it. I password protected my ...
0
votes
0answers
40 views

Unable to receive password recovery e-mail for certain e-mails [closed]

My client is unable to get her password recovery e-mail, and my project manager was unable to get hers via her company e-mail. However here is the weird part: My Project Manager can get the recovery ...
2
votes
1answer
285 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
151 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 ...
0
votes
1answer
309 views

How to show password fields on registration form w/o plugins

I want to show hidden password fields on registration form. I found that these fields are already present in /wp-admin/user-new.php <?php if ( apply_filters('show_password_fields', true) ) : ?> ...
0
votes
1answer
147 views

Basic password protection without using users and roles

I'm using WooCommerce, and want to be able to password protect products (or preferably whole categories if possible), but without using the Users & Roles functionality build into WP(because I need ...
0
votes
1answer
32 views

Changing old email to new email, lost the password

Help! I have been accepted to write a blog for our local newspaper, The Rolla Daily News, in Rolla, MO. I cannot access my wordpress.com blog. We moved from a rental house in the country to a new ...
0
votes
1answer
485 views

WP Admin Login keeps redirecting to login

Everytime I try to login it keeps redirecting me to the login page, or pretty much just loops. No error messages, just redirects. If I reset the password it works, but the next time it starts all ...
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 ...
0
votes
1answer
43 views

How do I find users by password?

I need to add a passkey to each user, so I decided to just giving the user password that value and use WP functionality to store it/retrieve it. So now I need to find what user that password belongs ...
0
votes
0answers
30 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 ...
0
votes
1answer
187 views

Password-protected Posts lead to 404 Error

I was just testing the password-protected posts functionality and when I submit the password it sends me to a 404 page. The password I typed in was correct, I made sure. The URL bar says: ...
1
vote
1answer
78 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
87 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
2answers
383 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
votes
1answer
64 views

Protect page with user-credentials? (Not just a password) [closed]

I need a specific user role to be able to login through a form on a page, and then display the page content. They shouldn't login with the wp-admin page. I just want a normal <form> on the ...
0
votes
1answer
180 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 ...
0
votes
3answers
443 views

How do I require authorization / login to view a specific set of posts / pages?

I am working on a wordpress site for a client who wants an internal 'intranet' for his employees. The basic needs are: Communicate things in-house House important company documents Provide quick ...
0
votes
1answer
345 views

Custom template for password protected page

I have a password-protected page, for whom I'd like to use a custom template to query posts from a specific category. How can I achieve that query_posts should work only after users submit the ...
0
votes
2answers
76 views

How to make future posts visible to selected visitors without login

I run a website that I run stories that deal with other people's work and I want to allow them to view the specific post dealing with them, but without them having a wordpress login. I tried making ...
3
votes
1answer
302 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 ...
4
votes
4answers
328 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 ...
1
vote
1answer
253 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 ...
0
votes
2answers
222 views

Front-end registration form with password field

I'm trying to create a front-end registration form for my Wordpress website. The registration form is in the header, so any plugins I've seen don't work as they use shortcodes. Look at my website for ...
4
votes
1answer
87 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 ...

1 2 3