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

New user notification bad password #57

Open
tykisson opened this issue Jan 19, 2022 · 0 comments
Open

New user notification bad password #57

tykisson opened this issue Jan 19, 2022 · 0 comments
Labels
Area: Users Issues & PRs relating to User Module Functionality as well as the User Module itself. Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Type: Bug Something isn't working

Comments

@tykisson
Copy link

When generating a new users I got an error since there was no password specified. I did not have the "Enable System-Generated Passwords Feature" turned on so this was expected. I entered a temporary password and the new user was created and a email was sent to the user. The email contained the username as specified but the password was a random generation and not the password specified during user creation. The user is unable to login using the password in the email but can with the temporary password specified at creation.

Issue

new user creation sends email with bad password, user can not login

Expected Behavior

notification email should have specified password set during user creation.

Actual Behavior

random password sent in notification email

Possible Fix

update email notification?

Steps to Reproduce

  1. Generate new user and specify password
  2. new user receives email with login and password
  3. new user unable to login due to wrong password in email

Context

testing with the "Enable System-Generated Passwords Feature" on generated more bugs not listed here.

Your Environment

  • SuiteCRM Version used: 8.0.1
  • Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome Version 97.0.4692.71 (Official Build) (64-bit)
  • Environment name and version (e.g. MySQL, PHP 7): MySQL, PHP 7.4
  • Operating System and version (e.g Ubuntu 16.04): Ubuntu 20.04
@johnM2401 johnM2401 added Area: Users Issues & PRs relating to User Module Functionality as well as the User Module itself. Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Type: Bug Something isn't working labels Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Users Issues & PRs relating to User Module Functionality as well as the User Module itself. Priority:Important Issues & PRs that are important; broken functions; errors; there are workarounds Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants