Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: Local users gets Profile wizard on each login #10637

Open
gunnicom opened this issue Feb 11, 2025 · 1 comment
Open

Regression: Local users gets Profile wizard on each login #10637

gunnicom opened this issue Feb 11, 2025 · 1 comment
Labels
Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Severity: Moderate Key function failed, but no or little impact Type: Bug Bugs within the core SuiteCRM codebase

Comments

@gunnicom
Copy link
Contributor

gunnicom commented Feb 11, 2025

Issue

This commit lets user wizard be shown on every login for freshly created local user.
ea756b1
Bug comes from the changes in the reloadPreferences() function. The other changes seem to be fine.

Seems only be the case for local users, not for ldap auth users.
SuiteCRM7.14.6

Possible Fix

Revert the lines in reloadPreferences in the mentioned commit.

Steps to Reproduce the Issue

Maybe has to do with fallback from LDAP login. User not in AD, only local.
Seems like preferences don't get loaded and/or saved correctly.

1.
2.
3.
...

Context

No response

Version

7.14.6

What browser are you currently using?

Chrome

Browser Version

No response

Environment Information

PHP8.2

Operating System and Version

Debian 11

@gunnicom gunnicom added the Type: Bug Bugs within the core SuiteCRM codebase label Feb 11, 2025
@gunnicom gunnicom changed the title Local users see Profile wizard on each login Regression: Local users gets Profile wizard on each login Feb 11, 2025
@johnM2401 johnM2401 added Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Severity: Moderate Key function failed, but no or little impact labels Feb 12, 2025
@mledom
Copy link

mledom commented Feb 24, 2025

I'm experiencing this also. Has anyone else that is seeing this able to get it fixed? I'm running 8.8 on my dev instance and can't get into any of the accounts. I tried to update the reloadPreferences to the previous state but that didn't help. Any suggestions @gunnicom ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Severity: Moderate Key function failed, but no or little impact Type: Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

3 participants