We\'ve been happily running Authlogic for our app for a while. Now, however, we would 开发者_开发知识库like to turn off the uniqueness constraint on emails when creating users. Is there a simple way t
I changed UserSession model name to Session in Authlogic gem but i\'m getting this error. NoMethodError in SessionsController#new
I realize there\'s a nearly identical question about this here but the fix there did not fix my problem.
I am the getting the following error when hitting my home page. I\'ve spent hours trying to figure it out with no luck. Looking at the debug output it seems that the member_session object is not picki
Rails v2.3.8 formtastic v1.1.0 Forms draw correctly, validation works, but the validation messages for anything involving the length of a string are showing up as:
Using Authlogic, what\'s the proper way to ban certain usernames and domains (for email addresses)? The list if usernames and do开发者_开发技巧mains to block would be updated on an ongoing basis.
Does any one know of a brief history of Ruby on Rails log in system?As far as I know, there are 5: write everything yourself (wit开发者_Python百科h or without Rails\' session)
I am using the Authlogic gem in my application, and I need users to be log开发者_运维技巧ged out automatically after 15 minutes of inactivity. Can somebody tell me how to do this?On User model:
I would like to publish my application to a selected set of individuals for a private beta.I created a sub-domain for this task: beta.company.com.
I\'ve got authlogic setup as such acts_as_authentic do |config| config.login_field = \'email\' config.merge_validates_length_of_email_field_options :in => 5..50