We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0fc9f commit c407d7fCopy full SHA for c407d7f
2 files changed
src/Controller/Traits/PasswordManagementTrait.php
@@ -11,8 +11,8 @@
11
12
namespace CakeDC\Users\Controller\Traits;
13
14
-use CakeDC\Users\Exception\UserNotFoundException;
15
use CakeDC\Users\Exception\UserNotActiveException;
+use CakeDC\Users\Exception\UserNotFoundException;
16
use CakeDC\Users\Exception\WrongPasswordException;
17
use Cake\Core\Configure;
18
use Exception;
src/Model/Behavior/PasswordBehavior.php
@@ -13,8 +13,8 @@
use CakeDC\Users\Email\EmailSender;
use CakeDC\Users\Exception\UserAlreadyActiveException;
19
use CakeDC\Users\Model\Behavior\Behavior;
20
use Cake\Datasource\EntityInterface;
0 commit comments