Changeset c5e383e for app/Http/Controllers/Auth/LoginController.php
- Timestamp:
- 12/26/21 18:31:54 (3 years ago)
- Branches:
- master
- Parents:
- 62d01a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Controllers/Auth/LoginController.php
r62d01a6 rc5e383e 45 45 } 46 46 47 //$user->security_code = rand(10000, 99999);47 $user->security_code = rand(10000, 99999); 48 48 if ($user->is_forgot_password) { 49 49 $user->is_forgot_password = false; 50 50 } 51 51 52 $user->security_code = 1234;52 //$user->security_code = 1234; 53 53 $user->verify_token = Str::uuid(); 54 54 $user->is_online = true;
Note:
See TracChangeset
for help on using the changeset viewer.