Index: lams_central/web/profile/editprofile.jsp
===================================================================
diff -u -r7acb20e485013e119c7dfd90854f123c09f147cb -r3372f14e4f8e14d4ea6b580271d9386d3afc056c
--- lams_central/web/profile/editprofile.jsp (.../editprofile.jsp) (revision 7acb20e485013e119c7dfd90854f123c09f147cb)
+++ lams_central/web/profile/editprofile.jsp (.../editprofile.jsp) (revision 3372f14e4f8e14d4ea6b580271d9386d3afc056c)
@@ -1,16 +1,21 @@
<%@ page contentType="text/html; charset=utf-8" language="java"%>
-<%@ taglib uri="tags-html" prefix="html"%>
+<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
<%@ taglib uri="tags-core" prefix="c"%>
-<%@ taglib uri="tags-bean" prefix="bean"%>
-<%@ taglib uri="tags-logic" prefix="logic"%>
<%@ taglib uri="tags-fmt" prefix="fmt"%>
<%@ taglib uri="tags-lams" prefix="lams"%>
<%@ page import="org.lamsfoundation.lams.usermanagement.AuthenticationMethod"
import="org.lamsfoundation.lams.util.Configuration"
import="org.lamsfoundation.lams.util.ConfigurationKeys"%>
-
+
+<%=Configuration.get(ConfigurationKeys.PROFILE_EDIT_ENABLE)%>
+<%=Configuration.get(ConfigurationKeys.PROFILE_PARTIAL_EDIT_ENABLE)%>
+
+
+
+<%=AuthenticationMethod.DB%>
+
@@ -20,29 +25,15 @@
}
-
-
-
+
+
+