binarylogic / authlogic_openid

Extension of the Authlogic library to add OpenID support.
http://authlogic-oid.rubyforge.org
MIT License
167 stars 44 forks source link

Password-less registration #19

Open skrat opened 14 years ago

skrat commented 14 years ago

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 14 years ago

You can add an :if block to validate only if openid_identifier is blank.