I am using 8.2.1, a new user can be created and they can login on the legacy url, however they can’t login using the standard url with an Invalid Credentials error.
Existing users can still login. Also via the legacy url was able to complete the user setup but still not able to login normally.
Any ideas why this is happening?
some update: I can see the password hash being changed on the DB however it doesn’t allow login. If I try updating an existing users password they too can’t login.
pgr
9 December 2022 17:03
#3
Anything peculiar about the passwords themselves? Try with a very simple password without any strange characters, to see if that changes anything.
No I have tried with just test and password no numbers or special char.
If I type /legacy/index.php I can login but there is no header in that case.
pgr
9 December 2022 19:01
#5
What do you see in the logs at that time when the hash goes into the DB, but the rest fails?
SuiteCRM uses a couple of logs that give you helpful clues as to what is going on in your system. In fact, if you need to troubleshoot a problem, this is always worth checking.
suitecrm.log
You’ll find suitecrm.log in the base directory of your...
when looking at suitecrm.log I don’t say any messages relating to updating the password. I have set the log level to debug.
for php_error.log there is no entries.
Not sure if this helps or is related but in the prod.log there is the following error:
Uncaught PHP Exception OneLogin\Saml2\Error: “Invalid array settings: sp_acs_url_invalid, sp_sls_url_invalid, idp_sso_url_invalid, idp_slo_url_invalid, idp_cert_or_fingerprint_not_found_and_required”
pgr
10 December 2022 16:01
#8
Sorry, I don’t know what those errors could mean…
anils
1 July 2023 19:26
#9
I’m stuck with the same problem. In my case, it’s because I changed the mysql password. I can login through /legacy/index.php and there is no header.
Were you finally able to solve this?