[PATCH] Properly escape passwords in the account edit form

2020-02-27 Thread Lukas Fleischer
Addresses FS#65639.

Signed-off-by: Lukas Fleischer 
---
Our live setup at aur.archlinux.org is already patched.

 web/template/account_edit_form.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/template/account_edit_form.php 
b/web/template/account_edit_form.php
index a4ea994..4ce6b87 100644
--- a/web/template/account_edit_form.php
+++ b/web/template/account_edit_form.php
@@ -157,12 +157,12 @@


:
-   
+   

 

:
-   
+   



-- 
2.25.1


[PATCH] Properly escape passwords in the account edit form

2020-02-27 Thread Lukas Fleischer
Addresses FS#65639.

Signed-off-by: Lukas Fleischer 
---
 web/template/account_edit_form.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/template/account_edit_form.php 
b/web/template/account_edit_form.php
index a4ea994..4ce6b87 100644
--- a/web/template/account_edit_form.php
+++ b/web/template/account_edit_form.php
@@ -157,12 +157,12 @@


:
-   
+   

 

:
-   
+   



-- 
2.25.1