mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Whoops.
This commit is contained in:
		| @@ -63,6 +63,9 @@ class AuthController extends Controller | ||||
|             ); | ||||
|         } | ||||
|  | ||||
|         $data  =$request->all(); | ||||
|         $data['password'] = bcrypt($data['password']); | ||||
|  | ||||
|         $this->auth->login($this->registrar->create($request->all())); | ||||
|  | ||||
|         // get the email address | ||||
|   | ||||
		Reference in New Issue
	
	Block a user