import { DaffResetPasswordServiceInterface } from '@daffodil/auth/driver'
interface DaffResetPasswordServiceInterface<T extends DaffAuthResetPasswordInfo = DaffAuthResetPasswordInfo> {
resetPassword(info: T): any
resetPasswordOnly(info: T): any
sendResetEmail(email: string): any
}
anyResets password for the specified customer and logs in.
| Parameter | info: T |
|---|---|
| Description |
anyResets password for the specified customer.
| Parameter | info: T |
|---|---|
| Description |
anySend a password reset email to the specified email address.
| Parameter | email: string |
|---|---|
| Description |