Password-less registration
skrat opened this issue · 1 comments
skrat commented
It seems quite complicated to make login (using auto_register) work without forcing user to enter a password. I won't do any hacks as of not validating/requiring password fields, since those are still needed with old school login/password registration/login.
What would I expect is that authlogic_openid let me register users without password and login/username/email
glebm commented
You can add an :if block to validate only if openid_identifier is blank.