%@ 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 %>