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.

always getting Incorrect username or password. #195

@winnerawan

Description

@winnerawan

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions