remove authorise tag

This commit is contained in:
DOHA 2015-04-05 19:21:35 +02:00
parent f944af11a5
commit 7a61d8e790

View File

@ -3,8 +3,6 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<%@ taglib prefix="sec"
uri="http://www.springframework.org/security/tags"%>
<%@ page session="false"%> <%@ page session="false"%>
<html> <html>
<head> <head>
@ -13,7 +11,6 @@
<title><spring:message code="message.changePassword"></spring:message></title> <title><spring:message code="message.changePassword"></spring:message></title>
</head> </head>
<body> <body>
<sec:authorize access="hasRole('READ_PRIVILEGE')">
<nav class="navbar navbar-default"> <nav class="navbar navbar-default">
<div class="container-fluid"> <div class="container-fluid">
<div class="navbar-header"> <div class="navbar-header">
@ -68,7 +65,6 @@ function savePass(){
}); });
} }
</script> </script>
</sec:authorize>
</body> </body>
</html> </html>