mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-21 00:50:07 +00:00
Combination of initial files and some new code for login and user registration.
This commit is contained in:
15
app/lib/Firefly/Storage/User/UserRepositoryInterface.php
Normal file
15
app/lib/Firefly/Storage/User/UserRepositoryInterface.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Firefly\Storage\User;
|
||||
|
||||
|
||||
interface UserRepositoryInterface
|
||||
{
|
||||
public function register();
|
||||
public function auth();
|
||||
|
||||
public function findByVerification($verification);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user