Skip to main content

forgot_password

Function forgot_password 

Source
pub async fn forgot_password(
    state: State<AppState>,
    body: Json<Value>,
) -> HttpResponse
Expand description

POST <base>/auth/password/forgot — mail a reset link.

Always 202. See the module docs.