The Password field is not stored for security reasons. It is only used for user registration purposes and then immediately destroyed. So the Password data does not exist in the Entry data once the user is created.
This is because the data would be stored in plain text in order to do this and that isn't a secure way of storing Password data. So rather than store it, we use it long enough to create the user and then we destroy the data. This is why it isn't accessible in the Notifications.
When creating a user, they should receive the standard WordPress welcome email that contains their login information.
Posted 13 years ago on Friday May 6, 2011 |
Permalink