File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## dev
4
4
5
- - Enh: Changed exception thrown in PasswordRecoveryService from ` RuntimeException ` to ` NotFoundException ` . (eseperio)
5
+ - Enh: Changed exception thrown in PasswordRecoveryService from ` RuntimeException ` to ` NotFoundException ` . (eseperio)
6
+ - Ehh: Added SecurityHelper to the Bootstrap classMap
6
7
7
8
## 1.6.3 Mar 18th, 2024
8
9
9
10
- Fix: Update last_login_at and last_login_ip on social networt authenticate (e.luhr)
10
11
- Enh: Keycloak auth client (e.luhr)
11
12
- Fix: Social Network Auth (eluhr)
12
13
- Enh #532 : /user/registration/register now shows form validation errors
13
- - Enh: Allow/suggest new v3 releases of 2amigos 2fa dependencies: 2fa-library, qrcode-library (TonisOrmisson)
14
+ - Enh: Allow/suggest new v3 releases of 2amigos 2fa dependencies: 2fa-library, qrcode-library (TonisOrmisson)
14
15
- Enh: Added option to disable viewing any other user's profile for non-admin users (TonisOrmisson)
15
16
- Ehn: updated Estonian (et) translation by (TonisOrmisson)
16
17
- Ehn: use recaptcha.net instead of google.com (Eseperio)
Original file line number Diff line number Diff line change @@ -417,6 +417,9 @@ protected function buildClassMap(array $userClassMap)
417
417
'Da\User\Service ' => [
418
418
'MailService ' ,
419
419
],
420
+ 'Da\User\Helper ' => [
421
+ 'SecurityHelper ' ,
422
+ ]
420
423
];
421
424
422
425
$ mapping = array_merge ($ defaults , $ userClassMap );
You can’t perform that action at this time.
0 commit comments