mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-03 19:12:46 +00:00
🤖 Auto commit for release 'develop' on 2026-01-13
This commit is contained in:
@@ -30,6 +30,7 @@ use FireflyIII\Models\UserGroup;
|
||||
use FireflyIII\User;
|
||||
use Illuminate\Contracts\Auth\Authenticatable;
|
||||
use Illuminate\Support\Collection;
|
||||
use SensitiveParameter;
|
||||
|
||||
/**
|
||||
* Interface UserRepositoryInterface.
|
||||
@@ -64,7 +65,7 @@ interface UserRepositoryInterface
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function changePassword(User $user, #[\SensitiveParameter] string $password);
|
||||
public function changePassword(User $user, #[SensitiveParameter] string $password);
|
||||
|
||||
public function changeStatus(User $user, bool $isBlocked, string $code): bool;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user