diff --git a/settings/css/settings.css b/settings/css/settings.css
index 5e97f1bb66..83e037d53f 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -191,6 +191,13 @@ input#openid, input#webdav {
cursor: pointer;
}
+#personal-settings-container input:disabled {
+ background-color: white;
+ color: black;
+ border: none;
+ opacity: 100;
+}
+
.verification-dialog {
display: none;
right: -9px;
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 7a301e5e63..b4a761a562 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -81,12 +81,9 @@
+
value=""
autocomplete="on" autocapitalize="none" autocorrect="off" />
-
- t('No display name set')); } ?>
-
@@ -114,13 +111,10 @@
}
?>">
-
- placeholder="t('Your email address')); ?>"
+
+ placeholder="t('Your email address')) ?>"
autocomplete="on" autocapitalize="none" autocorrect="off" />
-
- t('No email address set')); }?>
-
t('For password reset and notifications')); ?>
@@ -131,41 +125,50 @@
-
+