reset_password: Reset the password of an account

View source: R/functions.R

reset_passwordR Documentation

Reset the password of an account

Description

Reset the password of an account

Usage

reset_password(email, new_password, new_password_repeated, token)

Arguments

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

Value

Nothing

Examples

## 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)

octopize/avatar-r documentation built on March 23, 2024, 1:41 p.m.