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
<[email protected]> 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
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to