Skip to content

Commit

Permalink
Merge pull request #555 from AndreScara11/add-security-helper-to-boot…
Browse files Browse the repository at this point in the history
…strap-routes

Add SecurityHelper to Bootstrap.php classMap
  • Loading branch information
maxxer authored Jul 2, 2024
2 parents 3633402 + 43eddfe commit 7ce63ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

## dev

- Enh: Changed exception thrown in PasswordRecoveryService from `RuntimeException` to `NotFoundException`. (eseperio)
- Enh: Changed exception thrown in PasswordRecoveryService from `RuntimeException` to `NotFoundException`. (eseperio)
- Ehh: Added SecurityHelper to the Bootstrap classMap

## 1.6.3 Mar 18th, 2024

- Fix: Update last_login_at and last_login_ip on social networt authenticate (e.luhr)
- Enh: Keycloak auth client (e.luhr)
- Fix: Social Network Auth (eluhr)
- Enh #532: /user/registration/register now shows form validation errors
- Enh: Allow/suggest new v3 releases of 2amigos 2fa dependencies: 2fa-library, qrcode-library (TonisOrmisson)
- Enh: Allow/suggest new v3 releases of 2amigos 2fa dependencies: 2fa-library, qrcode-library (TonisOrmisson)
- Enh: Added option to disable viewing any other user's profile for non-admin users (TonisOrmisson)
- Ehn: updated Estonian (et) translation by (TonisOrmisson)
- Ehn: use recaptcha.net instead of google.com (Eseperio)
Expand Down
3 changes: 3 additions & 0 deletions src/User/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,9 @@ protected function buildClassMap(array $userClassMap)
'Da\User\Service' => [
'MailService',
],
'Da\User\Helper' => [
'SecurityHelper',
]
];

$mapping = array_merge($defaults, $userClassMap);
Expand Down

0 comments on commit 7ce63ae

Please sign in to comment.