OpenID and Authlogic - login and password?
- by skrat
How can I get rid of validation messages telling me that:
Login is too short (minimum is 3 characters)
Login should use only letters, numbers, spaces, and .-_@ please.
Password is too short (minimum is 4 characters)
Password confirmation is too short (minimum is 4 characters)
this happens even before map_openid_registration is called, thus not giving me any chance to fill login with something from returned registration Hash. I would like to have OpenID auto-registration (on login) without requiring user to supply login/password.
I also won't make this fields "not required" or "not validated", since I still need them with old school login/password registration. Thank you