vote up 0 vote down star

Hi I need to use the SqlMembershipProvider without password to new users. How can I do that?

Thanks!

flag
It's unclear what you mean - do want users to register with no password, or do you want passwords generated and emailed or something else? – blowdart Sep 8 at 22:41
I need to register a new user with blank password – rodrigojuarez Sep 9 at 5:40

1 Answer

vote up 0 vote down check

With the SqlMembership provider passwords are required (and this is a good thing). If you really want to have users who don't have passwords (and I'd love to know what scenario needs this) then you will have to use a custom membership provider, and custom login controls, as they all enforce passwords as well.

link|flag
The scenario is an internal application. An operator is creating accounts for other users, and the users don't have email to send autogenerated passwords, so I need a blank password, that will be changed on first login – rodrigojuarez Sep 9 at 22:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.