diff --git a/settings/personal.php b/settings/personal.php
index 6fbe95f9ea7..d81cdd7c2f3 100644
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -185,6 +185,10 @@ $tmpl->assign('websiteScope', $userData[\OC\Accounts\AccountManager::PROPERTY_WE
$tmpl->assign('twitterScope', $userData[\OC\Accounts\AccountManager::PROPERTY_TWITTER]['scope']);
$tmpl->assign('addressScope', $userData[\OC\Accounts\AccountManager::PROPERTY_ADDRESS]['scope']);
+$tmpl->assign('websiteVerification', $userData[\OC\Accounts\AccountManager::PROPERTY_WEBSITE]['verified']);
+$tmpl->assign('twitterVerification', $userData[\OC\Accounts\AccountManager::PROPERTY_TWITTER]['verified']);
+$tmpl->assign('emailVerification', $userData[\OC\Accounts\AccountManager::PROPERTY_EMAIL]['verified']);
+
$tmpl->assign('avatarChangeSupported', OC_User::canUserChangeAvatar(OC_User::getUser()));
$tmpl->assign('certs', $certificateManager->listCertificates());
$tmpl->assign('showCertificates', $enableCertImport);
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index cea03fd1482..fade96f026e 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -111,7 +111,19 @@
- Verify
+
+
placeholder="t('Your email address')); ?>"
@@ -164,7 +176,20 @@
- Verify
+
+
+
@@ -178,7 +203,20 @@
-
+