M
Murphy
What is the best way to perform a 2 stage user input, for example in the
scenario where the user has forgotten their password:
Stage 1:
Request and validate the user's email address
Lookup the email and retrieve the secret question
Stage 2
Request and validate the user's answer to the secret question
Reset the password
As stage 2 cannot be performed until stage 1 has been submitted we can
perform this using 2 aspx pages although I'd prefer to use one page if
possible and use program logic to determine what stage we are up to and
display the appropriate user prompts.
Any comments on performing this task ?
Thanks
Murphy
scenario where the user has forgotten their password:
Stage 1:
Request and validate the user's email address
Lookup the email and retrieve the secret question
Stage 2
Request and validate the user's answer to the secret question
Reset the password
As stage 2 cannot be performed until stage 1 has been submitted we can
perform this using 2 aspx pages although I'd prefer to use one page if
possible and use program logic to determine what stage we are up to and
display the appropriate user prompts.
Any comments on performing this task ?
Thanks
Murphy