reset_password | R Documentation |
Reset the password of an account
reset_password(email, new_password, new_password_repeated, token)
email |
The user's email |
new_password |
The new password |
new_password_repeated |
The new password repeated |
token |
A token received on the email of the account |
Nothing
## Not run:
reset_password(
email = "my.email@octopize.io",
new_password = "b43b233a5e602b5a52ecab67cdf8",
new_password_repeated = "b43b233a5e602b5a52ecab67cdf8",
token = "8c85cf5a-809f-4b27-ba10-2495d5cfda5a"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.