View source: R/send_password_reset_email_module.R
send_password_reset_email_module | R Documentation |
This function sends a request to the https://polished.tech API to reset a user's password.
send_password_reset_email_module(input, output, session, email)
input |
the Shiny server |
output |
the Shiny server |
session |
the Shiny server |
email |
A reactive value returning the email address to send the password reset email to. |
invisible(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.