sf_reset_password | R Documentation |
Changes a user’s password to a temporary, system-generated value.
sf_reset_password(user_id, control = list(...), ..., verbose = FALSE)
user_id |
|
control |
|
... |
arguments passed to |
verbose |
|
list
## Not run: # reset a user's password and ensure that an email is triggered to them sf_reset_password(user_id = "0056A000000ZZZaaBBB", EmailHeader = list(triggerAutoResponseEmail = FALSE, triggerOtherEmail = FALSE, triggerUserEmail = TRUE)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.