jgauffin / griffin.mvccontrib

A contribution project for ASP.NET MVC3
http://blog.gauffin.org/tag/griffin-mvccontrib/
GNU Lesser General Public License v3.0
83 stars 40 forks source link

password question and password answer must be set before calling Registe... #44

Closed alisabzevari closed 11 years ago

alisabzevari commented 11 years ago

...r of AccountRepository

I have set IsPasswordQuestionRequired in PasswordPolicy to true. but when MembershipProvider calls Register of AccountRepository Password question and answer are both null. While I have passed them to membership provider through calling Membership.CreateUser.