0
votes
2answers
44 views
Authlogic, is it secure enough out of the box?
I've managed to setup authlogic, and quite nice it appears too. Is it secure enough out of the box?
I haven't really configured it too much. I'm going to be using it on a school w …
0
votes
1answer
60 views
+100
authlogic auto_register feature using my options
I have auto registration working with authlogic using gaizka's version of authlogic_openid which I found on Github since pelle's original addition of the feature seemed to cause is …
0
votes
2answers
28 views
Authlogic-oid with ONLY OpenID
I am implementing an internal site, for which I want our company's OpenID server to be the only means of registering and logging in. To be more specific, I don't even want a normal …
1
vote
3answers
2k views
Rails: Authorization with Authlogic
I need a very granular authorization system that works seamlessly with Authlogic.
I've tried these gems/plugins so far:
Lockdown
rails_authorization_plugin
ACL9
I've also look …
2
votes
2answers
147 views
using authlogic to auto create users bypassing explicit user registeration
Hello,
I'm wondering how to go about using Authlogic to auto register a user who chooses to use open id. Right now they have to register first before being able to login in, even …
2
votes
2answers
104 views
authlogic openid auto_register feature tries to duplicate registration
I am trying to enable openid authentication on my website as well as use auto_register feature of latest authlogic_openid add-on.
Everything works fine until second login. The fir …
0
votes
2answers
607 views
Using Facebook Connect with Authlogic
I am trying to make Authlogic and Facebook Connect (using Facebook) play nice so that you can create an account either the normal registration way or with Facebook connect. I have …
0
votes
1answer
26 views
changing password with authlogic - validation not catching blank inputs
I am trying to create a form to allow users to change their password:
View:
- form_tag change_password_users_path do
= error_messages_for :user, :header_message => "Please …
0
votes
1answer
119 views
Authlogic - Authentication via basic HTTP authentication
Hello everyone, I want to use "authenticate_ with_ http_ basic" but I just can not get it
working.
In my RoR app Authlogic is working fine and I'm using User Sessions for that. W …
1
vote
2answers
309 views
Authlogic and Roles
I am developing an application which users authlogic for authentication.
I would like some way of giving users roles so that I can authorize certain actions to certain roles.
Is …
1
vote
2answers
68 views
extending email confirmation to Authlogic
I recently implemented Authlogic to my project for authentication. I followed http://railscasts.com/episodes/160-authlogic and had it up and running. Wanting to add email confirmat …
0
votes
1answer
214 views
Authlogic edit_password_reset_url in Functional / Integration Tests
I am trying to implement some tests to validate the behavior for Authlogic password resets as explained in http://www.binarylogic.com/2008/11/16/tutorial-reset-passwords-with-authl …
1
vote
1answer
184 views
authlogic and oauth-plugin
Hi all
does somebody tested - will authlogic works with oauth-plugin (https://github.com/pelle/oauth-plugin) or not?
0
votes
1answer
46 views
rubyonrails: how to find a session by a session_id
any one know how to find a session by a session_id on RoR?
I'm using Authlogic in my project i don't know if that is correlated
0
votes
0answers
10 views
Why does my session expire when using PerformanceTest and not IntegrationTest?
OK, I am writing performance tests and am having trouble getting my session to persist like it does in integration tests. As I understand it, PerformanceTest is a child of Integra …
