DONE: layout letter with letterhead and footer, notification for newly...
This commit is contained in:
@@ -122,4 +122,15 @@ return [
|
||||
'max_attempts' => (int) env('EMAIL_VERIFICATION_OTP_MAX_ATTEMPTS', 5),
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset OTP
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'password_reset' => [
|
||||
'expiry_minutes' => (int) env('PASSWORD_RESET_OTP_EXPIRY_MINUTES', 10),
|
||||
'max_attempts' => (int) env('PASSWORD_RESET_OTP_MAX_ATTEMPTS', 5),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user