Project

General

Profile

Task #92624

Updated by Manuel Winkelhofer over 3 years ago

For user related form inputs, it should be possible, to programmatically identify the purpose of the form input. 

 On the login page, there are two form inputs without a defined purpose, because they are missing the autocomplete attribute: 

 * 

     Username 
 * 
     Password 

 On the password reset page, there is one form input without a defined purpose: 

 * 

     Email

Back