Änderungen

Update events erstellt von Patrick Müller's avatar Patrick Müller
### PHP Events
* `onQuiqqerFrontendUsersUserRegister` (`\QUI\Users\User` $User, `\QUI\FrontendUsers\RegistrarInterface` $Registrar, `string`)
* `onQuiqqerFrontendUsersUserRegister` (`\QUI\Users\User` $User, `\QUI\FrontendUsers\RegistrarInterface` $Registrar, `string` $registrationStatus)
* fires when a user successfully registers via frontend registrar, i.e. if the user is created in the system; this **does not** mean that the user is activated / able to log in at that point in time!
* `onQuiqqerFrontendUsersUserActivate` (`\QUI\Users\User` $User, `\QUI\FrontendUsers\RegistrarInterface` $Registrar)
* fires **once** when a user account is activated that was registered via frontend registrar
......
......