Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

CASino ActiveRecord Authentication #184

@bynarlogic

Description

@bynarlogic

I just built a local CASino Application with the configuration outlined below. I am using the casino and casino-activerecord_authenticator gems. In my other rails application, we are using Authlogic (https://github.com/binarylogic/authlogic). The encrypted password field is called 'crypted password'. I am not able to authenticate with the current configuration. I think I read that CASino supports Bcrypt by default. Is there a way to change my configuration to work with the Authlogic crypted password?

development:
<<: *defaults
authenticators:
my_user_database:
authenticator: "ActiveRecord"
options:
connection:
adapter: "mysql2"
host: "########"
username: "####"
password: "####"
database: "####_dev"
table: "users"
username_column: "username"
password_column: "crypted_password"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions