Mail function not working with user accounts
Mail function not working with user accounts
Mail function not working with user accounts
For starters recovering your own access would be good. If email approach fails for you, Codex has Resetting Your Password page which gives instructions for several more approaches. To troubleshoot the issue in general you should start with disabling plugins / using default theme, and likely checking WordPress core files for modification or simply replacing … Read more
You somehow changed user_login to your password hash. user_login should be luofeiyu
Please post the line of code that uses wp_lostpassword_url() (Can’t comment not enough rep :()
Change Password URL missing In forgot Password mail
Could you create a PHP file, which listens for a password through a GET method. Then if the password is correct, include the feed and display the feed? Then you could only access the page if you use the url /example/feed.php?password=PASSWORD <?php if ($_GET[‘password’] == ‘PASSWORD’) { include ‘path/to/feed’; }
You can reset it in phpmyadmin if it’s your own site by using a utility to replace it in the database. Search for ‘WordPress password generator’ and this should show you the way. If it’s not your site, contact the administrator or check your spam. Obviously if there’s a site admin you know, get them … Read more
As ialocin mentioned some requirements will require extra customizations. I can create a number of passwords to access the page You would create user accounts. Passwords don’t exist without users. An expiration date can be set for each password This isn’t implemented in wordpress and requires the most work. You could probably store a date … Read more
You can use wp-api. Its really easy and best. The documentation is also very clear and vast. Its provide a small plugin which can do everything you want. http://wp-api.org/
Sorry for the obvious answer, but why not use the users membership number as their username? Then all you need to do is change the wording on the login page. Good luck David