Maybe it has to do with the reCaptcha Protection on your Login Page? This is not built into WordPress, but has to be installed by plugin. If the plugin changes the login-procedure, then maybe the login by app is changed too.
Also, a “recaptcha on Login Page” is often times realized by security plugins, which also recently started to incorporate an option to disable logging in per XML-RPC, which is the Login Method used by the WordPress App.
Try to disable the Plugin which puts the recaptcha on the login page and try logging in again. If you can log in again, you know to search in the options of this plugin.
Related Posts:
- WP Multisite: load content from site X on site Y
- Login in WordPress using external database data
- Finding the login page from database?
- 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
- Options of accessing wordpress data from mobile app
- How to protect my credentials on my clients website
- Staging sites, how do you manage synchronising updates in the DB?
- How to get the post publish date outside the loop?
- Using transients in conjunction with memcached
- How to define composite keys with dbDelta()
- 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
- Syncing local content with development / staging sites
- Export WP database for import using WP-CLI on Vagrant Box
- 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
- WordPress page title repeated in SOME pages
- Why is $wpdb->get_results failing on certain tables but not others (which have data)?
- How to correctly add a table to the WordPress MySQL database
- Help running a MySQL query to update all wp_#_options tables in a Multisite install
- How to verify password outside WordPress?
- Is it safe to convert tables from MyISAM to InnoDB?
- Use one WordPress database with multiple instances of one site
- Who is responsible for data sanitization in WordPress development?
- How do I properly update the WordPress database password?
- wpdb_prepare with multiple or condition
- $wpdb->insert is not working
- WordPress Install and Database on separate hosting?
- Moving a site from a temporary domain to the live domain [duplicate]
- Error establishing a database connection on Installation
- What is this in my tables
- WP get stuck with a query on MySQL when the site is resumed
- Using GROUP CONCAT in my-sql query with wp_usermeta table
- Routine to convert custom post meta from old to new value
- How to move the WordPress site Layout from test site to Production site?
- Trying to change database tables storage engine to innodb gives error “invalid default value for ‘post_date'”
- database connection [closed]
- sanitize POST arrays
- Your PHP installation appears to be missing the MySQL extension which is required by WordPress
- Able to use all admin pages but in the frontend there is a “Error establishing a database connection”-Error
- Retrieve data from the database to table such as comments in the admin control panel
- Need to store custom user information (many-many relationsips), preferably not as user meta
- charset problem with new custom table
- Plugin Development for registered users
- Undefined Variable: mysqli error when connecting to database
- Localhost to Staging to Development Dynamic WP-CONFIG
- How to share plugin created database tables between two WordPress sites
- How to connect to a remote database in WordPress?
- Check if an option exists and get its value in one hit
- Change options table prefix only
- What’s the proper way to sanitize checkbox value sent to the database
- Problems with moving my WordPress site to another domain/server
- Is it important to have integers inserted using %d rather than %s?
- Export a custom Mysql database product catalog to WordPress
- Any risk to changing WP table col CHARACTER_MAXIMUM_LENGTH?
- Should I store critical css in the database or in my theme’s filesystem?
- WordPress url transformation script
- Is it risky if I update all url in the database due to my site url changed?
- add_post_meta — not working
- How can I query the db to access current post information?
- Just created a WordPress Table can’t get $wpdb get row to work – need help
- Need help fixing sql syntax error after WP 3.2 upgrade
- Need help with creating a searchable user data by name or specific number like ID
- Intentionally corrupt WordPress database
- How to re-connect WP files in lampp/htdocs to new SQL database to recover site under development
- I need to find posts that contain YouTube links without http:// or https:// prefix and add http:// to all of them
- Creating a custom form with ability to query and submit to SQL
- Insert variables into wpdb in custom post template
- User saved through WordPress backend does not show up in database table users
- Adding featured for post using database
- Missing latest posts and options after DB migration via phpMyAdmin
- User content database [closed]
- get_the_terms is not working
- Return image urls with specific base string?
- Restoring .sql backup results in “Error establishing a database connection”
- Link to handle $_GET request
- WordPress sync with phpbb
- “MySQL server has gone away” since update to 3.8
- Getting deleted users in database
- Getting data from a table using a query
- Database interaction (private-public) [closed]
- SQL Query to get post_id from wp_posts and and meta_key(s) from wp_postmeta
- How to properly configure SSL connection to remote azure database for running queries within a WordPress environment
- Database Queries are crashing the server
- Uploading to WordPress Database
- Database Errors since site updated to WordPress 6.4.3
- Merging multiple WP databases into one for a multilanguage site prevents access to language-specific WP administration
- How to change all the images in post content to full/orginal size – Thumbnails are broken
- Can I Load posts from an External database if the post is not found on Main WordPress Database