You need to sign in to do that
Don't have an account?

Can portal user set a security answer ?? is there any way to implement this???
Can portal user set a security answer ?? is there any way to implement this for the portal user??
i need this for Site implementation..
thanks
Create a custom setting and put the question into it. When user put the credential in login an if it is wrong then it will go through forgetpassword link. In forget password controller you have do some changes and fetch the values from custom setting for question before redirect to the orginal page.
Hope this helps.