Change WordPress user roles and capabilities › Forums › Give user access to plugin – how to › Password email notification › Reply To: Password email notification
25/02/2016 at 14:25
#2038
Vladimir
Keymaster
WordPress does not store user password at the database. It stores just a password hash value. So it’s not possible to get user password in its original not encrypted form from the database. You should catch a password value earlier, when you change it.