From 003058ba884b7990a962745756841ce013c84616 Mon Sep 17 00:00:00 2001
From: Daniel Haag <none@none>
Date: Thu, 30 Jun 2016 11:58:55 +0200
Subject: [PATCH] OPENOLAT-38: email read only for user

---
 .../user/propertyhandlers/_spring/userPropertiesContext.xml     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/olat/user/propertyhandlers/_spring/userPropertiesContext.xml b/src/main/java/org/olat/user/propertyhandlers/_spring/userPropertiesContext.xml
index ad1076c9c49..bb2c303841d 100644
--- a/src/main/java/org/olat/user/propertyhandlers/_spring/userPropertiesContext.xml
+++ b/src/main/java/org/olat/user/propertyhandlers/_spring/userPropertiesContext.xml
@@ -108,6 +108,8 @@
 								<ref bean="userPropertyInstitutionalEmail" />
 								<ref bean="userPropertyOrgUnit" />
 								<ref bean="userPropertyStudySubject" />
+								<!-- OPENOLAT-38 -->
+								<ref bean="userPropertyEmail" />
 							</set>
 						</property>
 						<property name="adminViewOnlyProperties">
-- 
GitLab