Can someone please tell me what the token is for the password reset. This is for Email. Any tokens available for Email Verification would be appreciated too.
Im aware of this link: How to customize emails - HivePress Help Center
Can someone please tell me what the token is for the password reset. This is for Email. Any tokens available for Email Verification would be appreciated too.
Im aware of this link: How to customize emails - HivePress Help Center
Hola,
Not sure this is a good practice to send user password by email. I even reckon that’s a deprecated practice that should not exist (security wise).
WordPress doesn’t store passwords directly (they’re hashed instead) and so a password cannot be sent in an email since WordPress 4.4. You can send a password reset link instead though.
Sorry I think you misread. I need the power reset token. Curently when password reset is triggered it sends soemthing like:
Hi, [EMAIL]! Please click on the following link to set a new password: [reset link]
I’m simply asking: what’s the exact shortcode or token I need to insert into the HivePress email template to display this [reset link]?
Any other tokens you can provide would be helpful.
Hi,
If you mean the token for the URL reset, then you can view it by editing the Password Reset email in HivePress > Emails How to customize emails - HivePress Help Center, and the details section will have the token: %password_reset_url%
.
I hope this is helpful to you