CARVIEW |
- master
- all branches
-
all tags
- v0.9.0
- v0.9.1
- v0.10.0
- v0.10.1
- v0.10.2
- v0.10.3
- v0.10.4
- v1.0.0
- v1.1.0
- v1.1.1
- v1.2.0
- v1.2.1
- v1.2.2
- v1.3.0
- v1.3.1
- v1.3.2
- v1.3.3
- v1.3.4
- v1.3.5
- v1.3.6
- v1.3.7
- v1.3.8
- v1.3.9
- v1.4.0
- v1.4.1
- v1.4.2
- v1.4.3
- v2.0.0
- v2.0.0RC1
- v2.0.1
- v2.0.2
- v2.0.3
- v2.0.4
- v2.0.5
- v2.0.6
- v2.0.7
- v2.0.8
- v2.0.9
- v2.0.10
- v2.0.11
- v2.0.12
- v2.0.13
- v2.0.14
- comments
Every repository with this icon (

Every repository with this icon (

Description: | A clean, simple, and unobtrusive ruby authentication solution. edit |
Homepage: | https://authlogic.rubyforge.org edit |
Public Clone URL: |
git://github.com/binarylogic/authlogic.git
Give this clone URL to anyone.
git clone git://github.com/binarylogic/authlogic.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:binarylogic/authlogic.git
|
Comments for binarylogic's authlogic


I tried changing to an ActiveRecord session store and that did not fix it.

I have this same logout problem when using Cucumber to run tests (where in a single scenario I go from being logged in to logging out). But, I've also seen this problem with Passenger 2.2.2 and Rails 2.3.2.

Worked for me on Passenger 2.2.2 (note: do passenger-install-apache2-module and update your httpd.conf) and Rails 2.3.2

oh, right. I'll make sure to read some more code before I comment next time :)

It's only matching the name, MrGossett. It is combined into email_regex a few lines down.

how about this:
email_name_regex = '[A-Z0-9.%+-]+@[A-Z0-9.%+-]+.[A-Z]{2,4}'

Let's hope that screencast helps accelerate authlogic to the top @ https://ruby-toolbox.com/categories/rails_authentication.html .. :)

This commit should read: Made being_brute_force_protected? public for the
Authlogic::Session::BruteForceProtection module.

fixed for me with Passenger 2.2.1 and Rails 2.3.2

big thanks for this feature!

Yeah, I’m waiting this there too.

Thats actually not that new of a feature, but I should have known better not to use it.

Ah, this bug just hit my system and I’ve been trying to figure out what went wrong. Life on the bleeding edge is soooo fun. :)

Cool – I had been a bit puzzled how to test Authlogic previously and bodged something together, but this should make life a lot easier. Thanks. :-)

Shouldn’t it be
:require_password?
?

That’s odd, anthon – it now works for me. Did you update your httpd.conf and run the passenger-install-apache2-module command?

This stuff is supposed to be fixed with the upcoming Rails 2.3.1 and Passenger 2.1.1 releases, right? I’m giving it a shot now, in any case :)not sure… i’m running rails 2.3.2 and Passenger 2.1.2, and my problem persists; can’t clear auth session, and hence no logout…

I think this random.rb needs to be added to the gemspec.

trevorturk: Yes.