mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 04:18:50 +00:00
New stuff pertaining to the import procedure and user registration.
This commit is contained in:
@@ -10,12 +10,11 @@ interface UserRepositoryInterface
|
||||
|
||||
public function auth($array);
|
||||
|
||||
public function findByVerification($verification);
|
||||
public function findByReset($reset);
|
||||
|
||||
public function findByEmail($email);
|
||||
|
||||
public function updatePassword(\User $user,$password);
|
||||
public function updatePassword(\User $user, $password);
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user