[TYPO3-core] Patch: loginSecurityLevel == 'normal'
    René Fritz 
    rene at typo3.org
       
    Fri Jan 27 12:12:49 CET 2006
    
    
  
> The new JS code looks like this:
>
> document.loginform.userident.value=document.loginform.p_field.value;
> document.loginform.userident.value=document.loginform.p_field.value;
> return true
It was too trivial to send the right code :-)
Of course it has to be:
... 
onsubmit="document.loginform.userident.value=document.loginform.p_field.value;document.loginform.p_field.value=\'\';return 
true;"
René
-- 
René Fritz
TYPO3 Association - Active Member
http://association.typo3.org/
    
    
More information about the TYPO3-team-core
mailing list