Security Question/Answert only at the time of password recover and not when adding a new user

Hi,

I have set the requiresQuestionAndAnswer="true" which is working perfectly when resetting/recovering a password.

However, we don't want to set the question/answer for the user at the time of registration. How can we achieve this? Currently it is showing up on the newuser creation screen. is there a way to not all on newuser screen and still keep it for password recovery?

Thanks!

If the settings's turned on, then each user needs to have a question and answer associated with their account - so the question and answer must be added when the user is created (Otherwise a user without a set question and answer wouldn't be able to reset their password).