[TYPO3-english] Mask fe users password in backend

Gregory Loichot gloichot at cross-systems.com
Fri Jan 27 15:46:34 CET 2012


That's it !
Thank you !

On 26. 01. 12 12:28, Tobias Schmidt wrote:
> Hi Gregory,
>
> the default configuration in TYPO3 4.5 for the fe users password field in the backend is to display stars instead of the password. The file typo3\sysext\cms\tbl_cms.php should include something like this:
>
> 'password' =>  array(
> 	'config' =>  array(
> 		'eval' =>  'nospace,required,password'
> 	)
> )
>
> In your installation this behavior is probably overwritten somewhere. Take a look at the file typo3conf\extTables.php and see if you can find something like:
>
> $TCA['fe_users']['columns']['password']['config']['eval'] = 'nospace,required';
>
> Add or remove "password" to "eval" to change the display of the password.
>
> Best regards
> Tobias
>
>> -----Original Message-----
>> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-
>> english-bounces at lists.typo3.org] On Behalf Of Gregory
>> Loichot
>> Sent: Thursday, January 26, 2012 11:53 AM
>> To: typo3-english at lists.typo3.org
>> Subject: Re: [TYPO3-english] Mask fe users password in
>> backend
>>
>> Wow... bad news :/
>> Is this field configurable? It seems but how. A db_check
>> on "password",
>> "fe_users",… return nothing…
>>
>> Le 26.01.12 11:40, Jigal van Hemert a écrit :
>>> Hi,
>>>
>>> On 26-1-2012 11:25, Kay Strobach wrote:
>>>> in 4.5.10 i just see stars instead of the password by
>> default.
>>> Just checked a 4.5.7 installation and it also showed
>> stars.
>>>
>>
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-
>> english



More information about the TYPO3-english mailing list