How to specify clear text password?
-
Trying to create new users, I want to set their passwords, and have the password expired when they first login.
I see that if you’re importing users from a different site, you should export them, and then the user_pass column contains the encrypted password. So importing it results in the user being able to type the same password they used on the old site.
But when creating a brand new user, the email template is supposed to display the login credentials, including password. You can’t decrypt the encrypted password, so how can it display the password if only the encrypted form is specified in user_pass? Is there another column for the clear text password that the plugin is supposed to encrypt to store in the database? What is the label for that column? Is there a list of all the columns that are relevant for brand new users?
- You must be logged in to reply to this topic.