mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
set autocomplete=false to prevent browser prefilling passwd change, set return_url on all contact forms
This commit is contained in:
parent
d6312abfc1
commit
0abaa6724d
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
$nickname_block
|
||||
|
||||
|
||||
<form action="settings" id="settings-form" method="post" >
|
||||
<form action="settings" id="settings-form" method="post" autocomplete="false" >
|
||||
|
||||
|
||||
<h3 class="settings-heading">Basic Settings</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue