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
- v2.1.0
- v2.1.1
- comments
Every repository with this icon (

Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install binarylogic-authlogic
Description: | A clean, simple, and unobtrusive ruby authentication solution. edit |
Homepage: | https://rdoc.info/projects/binarylogic/authlogic 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


As someone who has also submitted a single character patch to an open-source project's documentation, I feel your pride. ;-)

Epic.

My bad (issue with our logout), I have it working with cookie store now, with Passenger 2.2.2 or Mongrel, and Rails 2.3.2.

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?