Project

General

Profile

Bug #70126

Updated by Markus Klein almost 9 years ago

This avoids avoid that browsers (especially Chrome) chrome) go nuts and prefill those fields with stored auth data and therefore adjust the user's password. 

 This is especially critical if you edit be_users, be_users as the password field is preset with 8 asterisks by FormEngine as "do not change"-value. But FormEngine, but the browser then overwrites this value with some stored foo. There is no sane way for the user to restore the "do not change"-value change password"-value to avoid changing the password. 

Back