Function accounts_password_reset_create

Source
pub async fn accounts_password_reset_create(
    configuration: &Configuration,
    password_reset_request: PasswordResetRequest,
) -> Result<RestAuthDetail, Error<AccountsPasswordResetCreateError>>
Expand description

Calls Django Auth PasswordResetForm save method. Accepts the following POST parameters: email Returns the success/fail message.