[TYPO3-core] RFC: #10988: User setup module, hide "New password" fields

Steffen Kamper info at sk-typo3.de
Sun May 10 13:14:45 CEST 2009


Hi olly,

i would like to drop this one as it's all covered with #11019: User 
Setup Rewrite #4

Then there are two ways to hide a field:
1) overwrite $GLOBALS['TUS']['showitems']
2) setup.fields.password.disable = 1
setup.fields.password2.disable = 1
in userTS

vg Steffen

Oliver Hader schrieb:
> Hi Steffen,
> 
> Steffen Kamper schrieb:
>> Hi,
>>
>> This is SVN patch request.
>>
>> Type: Bugfix
>>
>> Branches: trunk
>>
>> BT reference: http://bugs.typo3.org/view.php?id=10988
>>
>> Problem:
>> when you use non-TYPO3 method to login in BE (LDAP for example), you
>> don't need "New password" fields in user setup module.
>> Please, add a way to hide theses fields ("New password:" and "New
>> password, again:")
>>
>> Solution:
>> Add an option:
>> setup.hideNewPassword = 1
>>
>> documentation will be updated with commit.
> 
> I changed from to "options.setup.hideNewPasswordFields" since the SETUP
> part contains behaviours that apply globally to TYPO3. The OPTIONS part
> now defines a behaviour for "setup"...
> 
> See attached patch.
> 
> Besides that: +1 on reading and testing
> 
> olly
> 


More information about the TYPO3-team-core mailing list