I am making a login using AuthLogic, but I would like 'email' to be optional. It seems however that authlogic out of the box makes this validated for. Anyone know a workaround?
|
from the authlogic example rails application:
Key part to note:
Hope that helps. |
|||
|
|
|
While searching my contents ..i found out http://rdoc.info/github/binarylogic/authlogic/master/Authlogic/ActsAsAuthentic/Email/Config#merge_validates_format_of_email_field_options-instance_method this will surely help.. |
||||
|
|

