authlogic
Does authlogic give session location information?
Let\'s say, for example, that my website has the following locations that a user can visit: /dashboard[详细]
2023-03-20 15:08 分类:问答resque-web authlogic error when trying to start rails server [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-19 10:21 分类:问答Loggin in with Authlogic throws error I can't seem to debug. Any clues?
Processing UserSessionsController#create (for 127.0.0.1 at 2011-07-10 01:45:03) [POST] Parameters: {\"commit\"=>\"Submit\", \"user_session\"=>{\"username\"=>\"iamtoc\", \"password\"=>\"[FI[详细]
2023-03-18 23:26 分类:问答git://github.com/odorcicd/authlogic.git (at rails3) is not checked out. Please run `bundle install`
I am getting an error:-- 开发者_运维问答 git://github.com/odorcicd/authlogic.git (at rails3) is not checked out. Please run `bundle install`[详细]
2023-03-18 11:44 分类:问答#<UserSession: {:unauthorized_record=>"<protected>"}>
I\'m trying to build a \"just click on your name to login\" system using auth_logic. My user model has an email and name field. To login, I simply do:[详细]
2023-03-18 08:26 分类:问答What is the security like behind Authlogic and/or Devise in Rails?
With all this talk of Authlogic or Devise, which ones easier to install and useful etc. (Can\'t decide which one I like more so far.)[详细]
2023-03-16 03:26 分类:问答How can I reuse Authlogic's password encryption functionality in a Rails app?
In my Rails app, I periodically require the user to re-e开发者_运维百科nter their password after a certain amount of inactivity--like with sudo on Linux. My app uses Authlogic for authentication and h[详细]
2023-03-13 04:31 分类:问答Get password inside authenticate_or_request_with_http_digest
I have an app which connects to an iphone app, which in turn authenticates it\'s users via http_digest.[详细]
2023-03-12 23:41 分类:问答attr_accessor causes Rspec tests to fail
I\'ve added a :username_or_email property to my User model as such: class User < ActiveRecord::Base[详细]
2023-03-09 16:55 分类:问答Rails 3 and AuthLogic Email Activation
Working with Rails 3 and Authlogic. I am following the steps on this tutorial: http://bit.ly/l8YOGg. Signup/login/logout are all working fine and now I am adding email activation.I have used all the[详细]
2023-03-09 02:30 分类:问答