Search code examples
wordpress

WordPress application password authentication not working


WordPress version 5.9.2

We can not add application passwords in WordPress to call against the API. It shows no password only an empty textbox when I add one.

I know that this is not a good description and may not sound precise, but maybe someone had the same problem. How can I fix application passwords in WordPress? Otherwise can I add it directly into the database?


Solution

  • Try disabling plugins.

    In my case I had "Simple JWT Login" installed. Deactivating it fixed the issue.