cancel
Showing results for 
Search instead for 
Did you mean: 

Password Expiry Custom Page

carl.cummings_
New Contributor

Password Expiry Custom Page

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.

5 REPLIES 5
zanyterp_
Respected Contributor

Re: Password Expiry Custom Page

Are you seeing any of your customizations showing? What message do you see after you change the password?
carl.cummings_
New Contributor

Re: Password Expiry Custom Page

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"

zanyterp_
Respected Contributor

Re: Password Expiry Custom Page

Ok; thank you for the feedback. I will try to test this in the next few days and let you know if I can get it to go through.
carl.cummings_
New Contributor

Re: Password Expiry Custom Page

Just wondering if you have had time to look at this. I know things can get busy.

zanyterp_
Respected Contributor

Re: Password Expiry Custom Page

I apologize; I have not had a chance to look at this yet. I am hoping to get to it by Friday (at the latest). Sorry!