jeffreyhi1 / loginsystem-rd

Automatically exported from code.google.com/p/loginsystem-rd
0 stars 0 forks source link

Set New Password ASP Version #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While investigating issue 46 a problem was uncovered in set_new_password.asp.

The reset token form was not being displayed when the QueryString was empty
(e.g. METHOD=GET and no token passed as a URL parameter.)

Also if reset token form was submitted with no value in the reset token
field it displayed a message to enter the token but did not show the form.

Reason, Session("action") was not being set to "token" when required.

Fixed

Original issue reported on code.google.com by rdivilb...@gmail.com on 2 May 2010 at 1:03