From 022b6984758355e50e6e4a1ae053ee465d2d4e7c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 15 Jan 2015 17:51:54 +0100 Subject: [PATCH] Show mail address & display name if it is read only * gives the user the chance to verify it's mail address and display name * ref #12823 * fixes #13393 --- settings/templates/personal.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/settings/templates/personal.php b/settings/templates/personal.php index ad61f398b1c..978174cc683 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -102,6 +102,13 @@ if($_['displayNameChangeSupported']) { +
+

t('Full Name');?>

+ +
+ @@ -119,6 +126,13 @@ if($_['passwordChangeSupported']) { t('Fill in an email address to enable password recovery and receive notifications'));?> +
+

t('Email'); ?>

+ t('No email address set')); }?> +
+ -- 2.39.5