mirror of
https://github.com/SuiteCRM/SuiteCRM.git
synced 2026-03-02 19:16:58 -05:00
Cannot change passwords neither as a USER nor as an ADMIN #5307
Labels
No labels
Area: API
Area: Campaigns
Area: Cases
Area: Clean Up
Area: Clean Up: Performance
Area: Dashlets
Area: Databases
Area: Developer Tools
Area: Elasticsearch
Area: Elasticsearch
Area: Emails
Area: Emails:Campaigns
Area: Emails:Cases
Area: Emails:Compose
Area: Emails:Config
Area: Emails:Templates
Area: Environment
Area: Installation
Area: Language
Area: Mobile
Area: Module
Area: PDFs
Area: PHP8
Area: Reports
Area: Studio
Area: Styling
Area: Upgrading
Area: Workflow
Area:Activity Stream
Area:Calls
Area:Import
Area:Projects
Area:Search
Area:Surveys
Area:Themes
Area:Users
Branch:Hotfix
Good First Issue
Hacktoberfest
Help Wanted
PR:Community Contribution
PR:Type:Enhancement
Priority:Critical
Priority:Important
Priority:Moderate
Severity: Major
Severity: Minor
Severity: Moderate
Status: Requires Code Review
Status: Requires Updates
Status: Stale
Status: Team Investigating
Status:Assessed
Status:Fix Proposed
Status:Needs Assessed
Status:Requires Automated Tests
Type: Bug
Type:Deprecated
Type:Discussion
Type:Duplicate
Type:Invalid
Type:Question
Type:Suggestion
Type:Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SuiteCRM-SuiteCRM#5307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jobst on GitHub (Mar 11, 2025).
Issue
I have tried both options:
As Admin:
Click on Admin, go to "User Management", select a user, then Edit, then Password - using the minimum requirements: 1 special char, 1 number, 1 Uppercase and length of 8.
The password is accepted, but logging in does not work,
As User:
Go to Login form, click Forgot Password, enter username and email address, then wait for the email.
Click the link, enter password with specs from above, password is accepted but does not work.
Possible Fix
I dont know, sorry.
Steps to Reproduce the Issue
Context
Need to setup a few users and change some passwords
Cannot do that, so it's kind og urgent.
Version
7.14.4
What browser are you currently using?
Firefox
Browser Version
Whatever the latest version is ... sorry firefox changes more often then I change my bloody undies
Environment Information
mysql 8.X, PHP 8.1
Operating System and Version
Alma 8.9
@SinergiaCRM commented on GitHub (Mar 12, 2025):
Can't reproduce this error in SutieCRM 7.14.6.
I recommend upgrading first to 7.14.6
@johnM2401 commented on GitHub (Mar 12, 2025):
Hey @jobst !
Thank you for getting in touch with this.
I've also given this some testing locally and have not been able to replicate as yet, I'm afraid.
Tried with MySQL8, PHP8.2 on 7.14.6
As @SinergiaCRM has noted, If you are able to upgrade your environment, please let us know if this resolves the issue!
(Or, if this still occurs for you on 7.14.6 too, that would also be great to know)
Otherwise, Have you perhaps seen any errors in the SuiteCRM or PHP logs when saving passwords, or when attempting to log in with the changed password?
Please let us know if you have any further information!
Thanks!
@Guiferreira2000 commented on GitHub (Mar 17, 2025):
Hey @jobst,
The issue is most probably because the database name, user or password is not the same on both config.php and .env.local
I had that same problem a couple months ago and it was because of that
Good luck