Merge pull request #187 from Doha2012/master

remove authorise tag
This commit is contained in:
Eugen 2015-04-05 20:48:45 +03:00
commit bb8f566b04
1 changed files with 0 additions and 4 deletions

View File

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