0 How can I email a user their current username and password? 1 Ken Roach posted 9 Years Ago I can see usernames and passwords in the UserLogin file. The password is encrypted. If I set the user's new password, then there is no probelm - I know what it is. If a password is already set, I could say "This is your username: xx. Login with your password. If you have forgotten it then click the 'Forgot Account' link on the login page (or click Here) to reset your password." OR, if a password exists, is there any way I can decrypt the password so that I can send the user an email that says, "Your user name is xxx and your password is xxx"?
Comments Edit Delete 9 years ago Great answer, Michael. Thanks. I like the idea of 'temporary password reset.' I also like the idea of a 'temporary user name' that could be changed. I'm actually trying to work out how to engage with a user in a workflow that has filled in a registration form on the external page, exists as a Person in the database, but does not yet have a username or password. The only way I can think to connect the user to the workflow is if I assign the person a username and ask them login. If they create their own login profile this is obviously not linked to a Person. So how do I set the username? Email address? But what about people who share email addresses? FirstName + Initial? + number if that username is already used? Thougts?
Arran France 9 years ago Hey Jim,Did you submit being able to generate a one time password as a feature request?
Jay Greentree 9 years ago One thing I will note:in Rock if a user creates an account Rock will search for that person's email and if it finds that person they are given the option to link the username with the information in the database. Hope this helps you out a little.