mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-04 19:31:45 +08:00 
			
		
		
		
	update: rollback
This commit is contained in:
		@@ -37,11 +37,6 @@ class CommController extends Controller
 | 
				
			|||||||
        if (Cache::get(CacheKey::get('LAST_SEND_EMAIL_VERIFY_TIMESTAMP', $email))) {
 | 
					        if (Cache::get(CacheKey::get('LAST_SEND_EMAIL_VERIFY_TIMESTAMP', $email))) {
 | 
				
			||||||
            abort(500, __('Email verification code has been sent, please request again later'));
 | 
					            abort(500, __('Email verification code has been sent, please request again later'));
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        if (!User::where('email', $email)->first()) {
 | 
					 | 
				
			||||||
            return [
 | 
					 | 
				
			||||||
                'data' => true
 | 
					 | 
				
			||||||
            ];
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        $code = rand(100000, 999999);
 | 
					        $code = rand(100000, 999999);
 | 
				
			||||||
        $subject = config('v2board.app_name', 'V2Board') . __('Email verification code');
 | 
					        $subject = config('v2board.app_name', 'V2Board') . __('Email verification code');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user