From 96a0bfbffcb1e341de815b379a7ea99e63085766 Mon Sep 17 00:00:00 2001 From: Mohammad Hafijul Islam Date: Mon, 20 May 2024 02:13:55 +0600 Subject: [PATCH] config updated --- config/auth.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config/auth.php b/config/auth.php index f46f1c6..8bfce4f 100644 --- a/config/auth.php +++ b/config/auth.php @@ -53,7 +53,6 @@ 'password_reset_method' => 'otp', 'temporary_password_length' => 8, - /* |-------------------------------------------------------------------------- | Permission Model @@ -72,6 +71,7 @@ */ 'role_model' => Role::class, 'customer_roles' => [], + /* |-------------------------------------------------------------------------- | Team Model @@ -89,6 +89,7 @@ | This value will be used to across system where model is needed */ 'user_model' => User::class, + /* |-------------------------------------------------------------------------- | User Fallback Image Path @@ -128,7 +129,6 @@ */ 'audit_model' => Audit::class, - /* |-------------------------------------------------------------------------- | Favourite Model @@ -159,11 +159,11 @@ | This value will be used to across system where model is needed | Example: login_id, email, mobile */ - 'pin_field' => 'pin', 'pin_field_rules' => ['required', 'string', 'min:6'], 'default_pin' => '123456', 'temporary_pin_length' => 5, + /* |-------------------------------------------------------------------------- | Password Validation @@ -172,10 +172,10 @@ | This value will be used to across system where model is needed | Example: login_id, email, mobile */ - 'password_field' => 'password', 'password_field_rules' => ['string', 'min:8'], 'default_password' => '12345678', + /* |-------------------------------------------------------------------------- | Login Validation @@ -253,9 +253,7 @@ | | This value will be used to across system where model is needed */ - 'frontend_login_url' => env('FRONTEND_LOGIN_URL', env('APP_URL', '')), - 'frontend_reset_url' => env('FRONTEND_RESET_URL', env('APP_URL', '')), /*