changepassword.jsp
<%--Called from the main menu--%>
changepassword
<%--If the user enter this page with out first logging on they are sent to the login page --%> <%@ include file="checkCompany.jsp" %>
<% //Permission is taken from the session object. String permission = (String)session.getAttribute("Permission"); //if the permission is 1 the client does not have permission to change //the passwords and so is forwarded to another page. if(permission.equals("1")) { %>
<% } %> Enter your new password
Enter a Login Name
Enter a password
Re-enter a password
Upper permission
Lower permission
<%--A button is placed on screen that when pressed returns the user to the mainmenu --%>