mirror of
https://github.com/friendica/friendica
synced 2025-09-06 06:39:27 +02:00
rename new password field so form filling browsers don't always populate it
This commit is contained in:
parent
cac8aa7a69
commit
f7c56106e7
2 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ $profile_in_net_dir
|
|||
Leave password fields blank unless changing
|
||||
</p>
|
||||
<label id="settings-password-label" for="settings-password" >New Password: </label>
|
||||
<input type="password" id="settings-password" name="password" ></input>
|
||||
<input type="password" id="settings-password" name="npassword" ></input>
|
||||
</div>
|
||||
<div id="settings-password-end" ></div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue