Frequently encountered errors


Here are some of the most common problems encountered when setting up user authentication

  1. The user database is managed at SQL. When I log in with my login and any password, I'm authenticated.

If you can't find the answer to your question, please consult our forum, in the settings and integration section.

Q1: The user database is managed at SQL. When I log in with my login and any password, I'm authenticated.
Check that the WEB-INF/param/authentication.xml exists and is well informed.
The problem may arise if the CredentialProvider is HTTP basic and the authentication.xml is empty or non-existent, so password verification is not performed.
Visit rules of use.
Back to top