<%@ Language=VBScript %> <% Response.Buffer = True '************************************** ' CHANGE PASSWORD ' March 30, 2006 '************************************** %> <% 'the querystring will only have info in it if this is a first time login. 'Need to set password access back so that user is unable to go anywhere, 'except back to login screen... If Request.QueryString("mess") <> "" then Session.Contents("PASSWORDACCESS") = False End if %> Nomination and Voting System - Change User Password <% Title = "Change Password" %>

<% If Request.QueryString("mess") <> "" then %> <% End If %>
 Username:   ">  SNC ID  
 New Password:     Confirm New Password:   
 
 
<%=Request.QueryString("mess") %>


Return to Login Page Without Saving
<% Response.End %>