stoogle1 Posted March 31, 2014 Share Posted March 31, 2014 Hi everyone, i have noticed that in the email template area and the admin backend under the user details you can display the users password in plain text. I would like to do this on the client side for something im putting together. However if i edit the template file i have not been able to find something that works yet. Does anyone know how to do this? For example, i can display the users email address using {$loggedinuser.client_password} similar goes for their other details. But as i said im trying to display their password. I have tried these with no luck: {$loggedinuser.client_password} {$loggedinuser.password} Any help on how i would go about this would be greatly appreciated. 0 Quote Link to comment Share on other sites More sharing options...
searley Posted March 31, 2014 Share Posted March 31, 2014 I'm sure that if you store them encrypted that the only time they are shown in plain text is with the initial order, all other times just shows as stars. what i have done, and prefer is used auto login links, from an add-on by serverping 0 Quote Link to comment Share on other sites More sharing options...
arumdev Posted March 31, 2014 Share Posted March 31, 2014 I edited my welcome email to not show the users password as plain text as it's not good practice to send that out like that. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.