Hello Everyone, i am trying to unhide the password in the Email Success notification for registration. here is an example This message serves as confirmation that you are now successfully registered in our support center. Registered Email: ****@gmail.com Password: [HIDDEN] I know we have to go to Admin CP > Templates > Templates > General , But i removed the <td><{$_language[pwhidden]}></td> and it leaves the password blank. How do i make it show the password within the email any help would be great. Trying to make my support box live soon. Regards, Evan
Hi there, It is not possible to display the password, all passwords in kayako are stored in a sha1 hash for safety, once the password is stored in hash format, its actually impossible to work it back to the actual password. ( this is for security, as if your sqldb was compromised, it would still not be possible to see users passwords ) Gary
I have not explained well Before when a user created a ticket showing the following mail. This message serves as confirmation that you are now successfully registered in our support center. Registered Email: info@yourmail.com Password: 2lplcgvwaf You can visit the Support Desk at any time by going to http://electropolis.kayako.com/ Please do let us know if you have any questions. Regards, my company but today I have not touched it says hidden an example This message serves as confirmation that you are properly registered in our support center. Registered Email: soporte.electronicaocasion@gmail.com Password: [HIDDEN] You can visit our Support Center at any time in the direction http://electropolis.kayako.com/ Please contact us if you have any questions. Best regards, what is the process to replace the password confirmation in the mail?
Hi there, It looks like the phrase is coming through and not the replacement of the password, can you try restoring your language phrases and template's to default? Gary
Search into Languages "registersuccessemail" and "registerwelcomeemail" phrases and replace the text "[HIDDEN]" for "%4$s" (without quotes).