authlogic
Authlogic: turn off uniqueness constraint
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[详细]
2023-02-14 11:14 分类:问答using different session model name in Authlogic
I changed UserSession model name to Session in Authlogic gem but i\'m getting this error. NoMethodError in SessionsController#new[详细]
2023-02-13 06:49 分类:问答Getting "undefined method `password' for #<User:0x2b95caea8590>" with Authlogic
I realize there\'s a nearly identical question about this here but the fix there did not fix my problem.[详细]
2023-02-12 14:29 分类:问答Authlogic session model not binding to members model
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[详细]
2023-02-12 10:11 分类:问答Formtastic: Validation error messages not translating locale template vars to value
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:[详细]
2023-02-11 11:06 分类:问答Authlogic: How to block certain names and email addresses?
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.[详细]
2023-02-10 21:36 分类:问答What is a short history of Ruby on Rails log in system?
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)[详细]
2023-02-10 13:28 分类:问答Authlogic automatic logout on timeout
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:[详细]
2023-02-10 05:57 分类:问答Rails 3 subdomain
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.[详细]
2023-02-09 06:17 分类:问答Authlogic, can't update user because of validation
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[详细]
2023-02-07 22:47 分类:问答