Fields in /_layouts/FBA/Management/UserNew.aspx

The form, /_layouts/FBA/Management/UserNew.aspx label for Security Answer in current version of FBA is set to 'Security Question' - so you get two 'Security Question' fields in this form!

Good catch. I'll add it to the issues list. If you want to fix it on your installation while waiting for the next release, you can change "ResourcesAppGlobal\FBAPackWebPages.resx" using a text editor:

 

  <data name="TypeSecurityALableText" xml:space="preserve">
    <value>Type the security question:</value>
  </data>
to
  <data name="TypeSecurityALableText" xml:space="preserve">
    <value>Type the security answer:</value>
  </data>
AND
  <data name="SecurityAnswerHeaderText" xml:space="preserve">
    <value>Security Question</value>
  </data>
to:
  <data name="SecurityAnswerHeaderText" xml:space="preserve">
    <value>Security Answer</value>
  </data>