pub fn forgot_password(
    db: &Database,
    item: &ForgotInput,
    mailer: &Mailer
) -> Result<(), (i32, &'static str)>
Expand description

/forgot