[TYPO3-english] Make password case-INsensitive
Peter Klein
peter at umloud.dk
Fri Jan 9 13:54:54 CET 2009
Hi Marieke.
Have you tried this extension?
http://typo3.org/extensions/repository/view/lilio_loginfields/current/
"Makes it possible to use other fields for FE login information. E.g.
using first and last names instead of username and password. Password
can also be made case insensitive."
--
Peter Klein
On Wed, 7 Jan 2009 05:14:20 -0800 (PST), Marieke Vandamme
<marie at tvh.be> wrote:
>
>Hello,
>
>Is it possible to somehow set a setting or to write an extension to make the
>password case-insensitive?
>The password for my fe-users are synchronised from out ERP-system. There the
>case doesn't matter and for the internal typo3 intranet cms I want the same.
>I tried to make an extension of some kind, but I'm stuck..
>I got myself a temporary solution by adjusting function authUser($user) in
>sysext/sv/class.tx_sv_auth.php:
>function authUser($user) {
> $this->login['uident'] = strtolower($this->login['uident']);
> $OK = 100;
> if ($this->login['uident'] && $this->login['uname']) {
>
>Anyone any suggestion? Thanks in advance! Marieke
More information about the TYPO3-english
mailing list