Alright! I understand that there is a custom wordpress login url. Also you need to login to a user’s profile. If that’s the case, I suggest a simple hack(If you legally have rights to access/modify the database). Try this:
- Go to cpanel and login to phpmyadmin and open the database for your website/blog.
- Find ‘wp_options’ table and search for a record ‘active_plugins’. Now remove everything in the value to deactivate all plugins(Some plugin may have changed you login url, So this step.)
- Then go to ‘wp_users’ table and you’ll find all the user details here. You cannot change password as it is encrypted. So change the user email to a working email. Save the record.
- Now go to the default wordpress login url(http//www.yourdomain/wp-admin). Press ‘Lost password’ and Enter the email you’ve entered for the user. You will get a confirmation email. Change the password. Done!
Reply if it worked!
Related Posts:
- Login in WordPress using external database data
- How do I get WordPress login to ignore the password input if a particular username is used?
- Why is it that not all users have a ‘session_tokens’ meta_key record in the usermeta table?
- Two websites one database, administrator not working on second website
- Finding the original login information in the database
- Database Table for customer user
- Permit Login if table row exists
- Auto login subdomain from main domain on single sites with different DB
- Logins from WP users table use on another page
- Is it possible to rebuild the website while not accesseing the original database?
- Recovering the table wp_usermeta from users
- Unable to login to a https website via the app after changing from http
- How to protect my credentials on my clients website
- What is the difference between an ORM and an ODM?
- Rename a table in MySQL
- How should I tackle –secure-file-priv in MySQL?
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- Keeping WP database synced across multiple developers using git
- Checking if Database Table exists
- Staging sites, how do you manage synchronising updates in the DB?
- How to get the post publish date outside the loop?
- How To Export/Import WordPress (MySQL) Database Properly Via Command-Line?
- Using transients in conjunction with memcached
- How to define composite keys with dbDelta()
- Is it possible to define two databases for one installation?
- Has parent field in the table wp_term_taxonomy has term_id or term_taxonomy_id
- Forcing nickname as display_name in custom edit profile template
- Connect forms in WP to external database
- Hook into $wpdb
- Syncing local content with development / staging sites
- Export WP database for import using WP-CLI on Vagrant Box
- How to get site URL if database is disconnected?
- Is it wise to delete post revisions and autosaves from database?
- Improve or optimize a very slow query
- What is the advantage of separating wp_users and wp_usermeta table?
- Showing content from another wordpress installation database in the page template loop?
- Multiple WP install with same users database
- Dynamic data in `wp_register_script` needed
- “MySQL server has gone away” since update to 3.8
- WordPress page title repeated in SOME pages
- Why is $wpdb->get_results failing on certain tables but not others (which have data)?
- Using two different DB users on one WP install
- Usage of Direct Database Call Without Caching Error
- Is $wpdb->prepare escaping to much? How to use it properly?
- wp_options table has duplicate rows and primary key / autoincrement has been removed
- What is the purpose of storing `siteurl` in database?
- How to log database changes during an upgrade?
- Using same database for main and subdomain
- What is stored in the webserver? (Separated Database)
- Remove database entries where post_date > expiration date
- Installation with sql server express edition
- Emojis getting converted to “?”
- Building a Scalable Resiliant WP Setup
- Single database for multiple instances
- Get all tags not just first 10 with wp api 2.0
- Should non-WordPress data get its own DB?
- Search and replace special characters (å,ä,ö) for image attachments only in database
- Accidentally deleted active_plugins portion of the wp_options DB table
- Automate dir and DB stack creation with WP-CLI
- Moving WP from local server to live, error establishing a db connection
- delete post meta from db, even if does not exist?
- In what part of the WordPress core does the users table and usermeta table get joined?
- Is there a way to see history of WordPress database changes?
- WordPress and MySQL: how to transfer Meta_key and Meta_Value from one post_id to another
- Where does the actual data stored by add_post_meta
- Output custom content not from the posts table?
- Exporting table to csv works in the admin but exports HTML data when used on the front end
- wp search-replace (not executing)
- Reducing Database Query Time
- How can I get my wordpress password from an SQL file?
- How to have an external DB read and get data from my wordpress database
- Import users from old WP site to new one
- Create table from array with prepare
- Migrate database between 2 different wordpress version
- Is there an atomic way to update_option in WordPress (to ensure data integrity)?
- What does wp_term_taxonomy.parent reference?
- How to get nav_menu_item_id and slug from wp database
- Is there a way to execute a php script outside WordPress?
- How can I restrict php mail() to only send me one email after a db error
- How to delete post comments from the database via SQL statement?
- Why does changing Database Table Prefixes result in loss of content?
- wp_option table error while importing
- What is wrong here? Issue with post_id and meta_value
- Deleting empty meta key values
- WP 5.5, child themes, customizer and a weird cache issue
- Best way to store 1 billion+ posts?
- What’s the easiest way to connect external database and display data on wordpress?
- Character encoding issue – black diamond question marks on imported post excerpts
- Reinstall wordpress/mySQL caused database problem
- How to have WP Search widget index dynamically generated content?
- Preventing concurrent update of data
- Creating Tables in WordPress Database
- Calling update_user_meta inside of another function doesn’t work
- $wpdb->prepare returns empty array
- Prevent creation of unused database tables?
- How to store a plain password in WordPress database in another field
- wp-config was suddenly updated
- Order of search results based off of a backend custom field and also in alpha order
- How to find fresh (last modified) and sql backup?
- SEO impact: WP+Next.js hybrid [closed]