send_password_reset_email_module {polished} | R Documentation |
the server logic for a Shiny module to send a password reset email
Description
This function sends a request to the https://polished.tech API to reset a user's password.
Usage
send_password_reset_email_module(input, output, session, email)
Arguments
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. |
Value
invisible(NULL)
[Package polished version 0.8.1 Index]