we are using SuiteCRM 7.14.6 and have a problem with the login. Every time a user fails the login (wrong password for example) the user settings are reseted and the dialog for the settings (like for new user) is shown.
The problem for the user is, that also all the settings for calendar (colors, start-, end date, user selection for shared calendar view) are also reseted.
There is no additional information in the log.
We did the upgrad from the last version of SugarCRM Community Edition and everything worked well until we upgraded to SuiteCRM 7 (sorry we don’t know the exact version the problem occured the first time).
Any advise how to analyse and correct would be helpfull.
If the issue still persists, there must be sth. else and you probably need to check the code. Maybe this approach will get you somewhere:
Create a DB dump
Replicate the issue with a user
Create another DB dump
Use a diff tool to check which tables got updated
Then, you can check out the differences and try to identify which piece of code is doing that.
Look at this topic / post:
ut is Base64 encoded in the user table in the columns secion.
Try a service like: https://www.base64decode.org/ to decode it.
Overall a bit laborious, but it might give you a clue.