[TYPO3-english] Make password case-INsensitive

Marieke Vandamme marie at tvh.be
Wed Jan 7 14:14:20 CET 2009


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
-- 
View this message in context: http://www.nabble.com/Make-password-case-INsensitive-tp21331100p21331100.html
Sent from the TYPO3 English mailing list archive at Nabble.com.



More information about the TYPO3-english mailing list