[TYPO3-dev] Re: [Typo3-dev] Callback/Hook for Logout-Event?
Ansgar B.
ansgarb at gmail.com
Fri Mar 5 16:01:10 CET 2010
Daniel Brün wrote:
> Hi list!
>
> Has anyone except me the need to receive a FE-logout-event, so the
> extension can clean up some DB/Session-Data?
> I mean something like a callback-function that I can register with typo3
> or a hook or something.
>
> Am I the only one who needs this or is it worth to delve into it?
>
Maybe there are more situations where a hook can be used. Imagine the
situation that a user forgot his/her password and you want to check the
complexity of the new password. There is a "minLength" value but
sometimes you want to check if the password contains several different
characters and special characters. Those checks could also use a
hook-based solution.
regards
Ansgar
More information about the TYPO3-dev
mailing list