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

always getting Incorrect username or password. #195

Open
winnerawan opened this issue Aug 6, 2019 · 1 comment
Open

always getting Incorrect username or password. #195

winnerawan opened this issue Aug 6, 2019 · 1 comment

Comments

@winnerawan
Copy link

after trial error 1 day i doesn't solve it, can someone help me?

development:
  <<: *defaults
  authenticators:
    my_company_db:
      authenticator: "ActiveRecord"
      options:
        connection:
          adapter: "mysql2"
          host: "localhost"
          username: "root"
          password: "root"
          database: "cas_users"
        table: "users"
        username_column: "username"
        password_column: "password"
        extra_attributes:
          email: "email"
#          fullname: "displayname_database_column"
@adrianogoncalves
Copy link

I have the same problem. Still struggling with that. I have a column with password encrypted as MD5 and another one as SHA1, but none of them works...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants