Commit a3c5145 andrea.scaramucci
committed
1 parent 063af34 commit a3c5145 Copy full SHA for a3c5145
File tree 2 files changed +29
-2
lines changed
2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 12
12
- Fix: Social Network Auth (eluhr)
13
13
- Enh #532 : /user/registration/register now shows form validation errors
14
14
- Enh: Allow/suggest new v3 releases of 2amigos 2fa dependencies: 2fa-library, qrcode-library (TonisOrmisson)
15
- - Ehh: Added UserBlockService to Bootstrap classMap
15
+ - Ehh: Added all the classes to the Bootstrap.php classMap
16
16
- Enh: Added option to disable viewing any other user's profile for non-admin users (TonisOrmisson)
17
17
- Ehn: updated Estonian (et) translation by (TonisOrmisson)
18
18
- Ehn: use recaptcha.net instead of google.com (Eseperio)
Original file line number Diff line number Diff line change @@ -399,27 +399,54 @@ protected function buildClassMap(array $userClassMap)
399
399
'Assignment ' ,
400
400
'Permission ' ,
401
401
'Role ' ,
402
- 'SessionHistory '
402
+ 'SessionHistory ' ,
403
+ 'AbstractAuthItem ' ,
404
+ 'Rule ' ,
403
405
],
404
406
'Da\User\Search ' => [
405
407
'UserSearch ' ,
406
408
'PermissionSearch ' ,
407
409
'RoleSearch ' ,
408
410
'SessionHistorySearch ' ,
411
+ 'RuleSearch ' ,
412
+ 'AbstractAuthItemSearch ' ,
409
413
],
410
414
'Da\User\Form ' => [
411
415
'RegistrationForm ' ,
412
416
'ResendForm ' ,
413
417
'LoginForm ' ,
414
418
'SettingsForm ' ,
415
419
'RecoveryForm ' ,
420
+ 'GdprDeleteForm ' ,
416
421
],
417
422
'Da\User\Service ' => [
423
+ 'AccountConfirmationService ' ,
424
+ 'AuthItemEditionService ' ,
425
+ 'AuthRuleEditionService ' ,
426
+ 'EmailChangeService ' ,
418
427
'MailService ' ,
428
+ 'PasswordExpireService ' ,
429
+ 'PasswordRecoveryService ' ,
430
+ 'ResendConfirmationService ' ,
431
+ 'ResetPasswordService ' ,
432
+ 'SocialNetworkAccountConnectService ' ,
433
+ 'SocialNetworkAuthenticateService ' ,
434
+ 'SwitchIdentityService ' ,
435
+ 'TwoFactorEmailCodeGeneratorService ' ,
436
+ 'TwoFactorQrCodeUriGeneratorService ' ,
437
+ 'TwoFactorSmsCodeGeneratorService ' ,
438
+ 'UpdateAuthAssignmentsService ' ,
419
439
'UserBlockService ' ,
440
+ 'UserConfirmationService ' ,
441
+ 'UserCreateService ' ,
442
+ 'UserRegisterService ' ,
420
443
],
421
444
'Da\User\Helper ' => [
445
+ 'AuthHelper ' ,
446
+ 'ClassMapHelper ' ,
447
+ 'MigrationHelper ' ,
422
448
'SecurityHelper ' ,
449
+ 'TimezoneHelper ' ,
423
450
]
424
451
];
425
452
You can’t perform that action at this time.
0 commit comments