This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Set more than one security question and answer

Hello,

We want to set more than one security question and answer. Our version is 8.0. We know there is currently provision of setting only one security question but we were trying to make custom for 3 security questions.

In QER_PasswordWeb_session we saw there is one method being called QER_PasswordWeb_Authenticate(), which is working fine when column used is PasswordAnswer but when any other column is used, it throws an error of Parameter url can  not be null. We are not sure what is employed on PasswordAnswer column(encryption, hash). How can it be achieved for other columns. Also please let us know where this QER_PasswordWeb_Authenticate() method is defined in web designer and how to modify it.