Hi all,
I am new to the community and this technology. I am the coder assigned to modifing the custom pages to be able to control the look and feel of the SSL login pages.
We are using SSL VPN 7.1 custom pages.
After a user logs in and they are in the password expiry point we are getting the passwordexpiration.thml page appearing with the message "Your password will expire in X days." message.
I found on these forums code to try and change the password but with the changes on the SSL this code is not working on our system. I have attached the code we are using.
Our problem is when the user fills in the form and submits it we are not getting the password successfully changed message.
Any pointers or questions reguarding clarification are very much appreciated.
I tried using the same logic that is on the ChangePassword.thml page for this page:
<input type=hidden name=authserver value="<% authserver %>">
<input type=hidden name=realmId value="<% realmId %>">
<input type=hidden name=stateId value="<% stateId %>">
<% authserver %>, <% realmId %> and <% stateId %> don't seem to be set on the PasswordExpiriation.thml page.
The error message we get when we try to change the password is "Invalid username or password. Please re-enter your information"
Just wondering if you have had time to look at this. I know things can get busy.