We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78defa1 commit 6154829Copy full SHA for 6154829
src/EventListener/PasswordChangeListener.php
@@ -13,15 +13,15 @@
13
14
namespace Terminal42\PasswordValidationBundle\EventListener;
15
16
-use Contao\CoreBundle\ServiceAnnotation\Callback;
+use Contao\CoreBundle\ServiceAnnotation\Hook;
17
use Contao\User;
18
use Terminal42\PasswordValidationBundle\Model\PasswordHistory;
19
use Terminal42\PasswordValidationBundle\Validation\ValidationConfiguration;
20
21
/**
22
* This listener forces a password change for passwords being too old.
23
*
24
- * @Callback("postLogin")
+ * @Hook("postLogin")
25
*/
26
final class PasswordChangeListener
27
{
0 commit comments