MSIR.0537 New password mismatch in post data: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "A form was posted to a URL associated with a JANUS WEB ALLOW rule that indicated a NEWPASSF2 field but the field was filled in with different values by the user. This error will ...")
 
m (1 revision)
(No difference)

Revision as of 16:41, 9 November 2010

A form was posted to a URL associated with a JANUS WEB ALLOW rule that indicated a NEWPASSF2 field but the field was filled in with different values by the user. This error will result in either the JANUS WEB ON LOGONERR rule associated with the port being driven or a "404 Unauthorized" response being sent back to the browser if there is no LOGONERR rule. This latter would probably be very confusing to the end-user so it is probably best to have a LOGONERR processor to deal with this kind of error if NEWPASSF2 is being used. This error will be returned into a message that can be examined via $WEB_NUM_LOGMSG and $WEB_LOGMSG in the LOGONERR handler. The appropriate response to this error would be to redisplay the form with an error message indicating that the values entered in the NEWPASSF2 fields did not match so the password could not be changed or to redirect to a URL that will do this.