Skip to content

Commit

Permalink
config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed May 19, 2024
1 parent f2f0011 commit 96a0bfb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
'password_reset_method' => 'otp',
'temporary_password_length' => 8,


/*
|--------------------------------------------------------------------------
| Permission Model
Expand All @@ -72,6 +71,7 @@
*/
'role_model' => Role::class,
'customer_roles' => [],

/*
|--------------------------------------------------------------------------
| Team Model
Expand All @@ -89,6 +89,7 @@
| This value will be used to across system where model is needed
*/
'user_model' => User::class,

/*
|--------------------------------------------------------------------------
| User Fallback Image Path
Expand Down Expand Up @@ -128,7 +129,6 @@
*/
'audit_model' => Audit::class,


/*
|--------------------------------------------------------------------------
| Favourite Model
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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', '')),

/*
Expand Down

0 comments on commit 96a0bfb

Please sign in to comment.