mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +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
|
@ -24,9 +24,9 @@ function settings_post(&$a) {
|
|||
notice( t('Permission denied.') . EOL);
|
||||
return;
|
||||
}
|
||||
if((x($_POST,'password')) || (x($_POST,'confirm'))) {
|
||||
if((x($_POST,'npassword')) || (x($_POST,'confirm'))) {
|
||||
|
||||
$newpass = trim($_POST['password']);
|
||||
$newpass = trim($_POST['npassword']);
|
||||
$confirm = trim($_POST['confirm']);
|
||||
|
||||
$err = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue