+ Reply to Thread
Results 1 to 4 of 4

Thread: when user reset password

  1. #1
    Senior Member
    Join Date
    May 2020
    Posts
    182

    when user reset password

    Hi

    when a user reset his password over forget password
    the mail arrive with a reset link
    and the user can chance his password without any problem

    then the website say that he sent a mail with the password to his email account

    but in the mail it write :

    You have successfully reset your password to the account.
    You may log in using your new password below:

    Username: *****
    New password: Your_password



    the password is not writted it writes the key in the mail "Your_password"

    where to fix this

    Thank you

  2. #2
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    406
    Email templates you need to rewrite the new password in the submission template like this: New password: {password}

  3. #3
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,172
    Hello,

    It's not a bug, it's a feature

    It's done for securiry reasons

    to show the password in emails you need to enable this option in

    Common > Basic Settings > Accounts > Send user account passwords in emails > enable

  4. #4
    Senior Member
    Join Date
    May 2020
    Posts
    182
    Thank you Rudi

    thats it

    Thanks

+ Reply to Thread