From d5d08b8f926e8882864afbfd7446440acc1005d0 Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Sun, 20 Sep 2015 20:12:25 +0200 Subject: Add option to hide one's email address Implements FS#42343. Signed-off-by: Marcel Korpel Signed-off-by: Lukas Fleischer --- web/template/account_details.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'web/template/account_details.php') diff --git a/web/template/account_details.php b/web/template/account_details.php index 9282b2c2..59a6a63b 100644 --- a/web/template/account_details.php +++ b/web/template/account_details.php @@ -25,7 +25,17 @@ - "> + + " . __("hidden") . ""; + else: + ?> + "> + + -- cgit v1.2.3-24-g4f1b