Skip to content

Dancer2::Plugin::Database  #78

@h707

Description

@h707

The latest available versions are installed via cpanm. Postgresql database.
Changing the settings does not affect the operation of the module, the data is taken by default.
Authorization works, and the list of roles can not be obtained.

To store information on the user, another table has been created, where e-mail, fullname, address is stored. Id in both tables are the same.

disable_roles: 0
users_table: 'auth'
roles_table: 'roles'
user_roles_table: 'auth_roles'
users_id_column: 'id'
users_username_column: 'login'
users_password_column: 'password'
roles_id_column: 'id'
roles_role_column: 'role'
user_roles_user_id_column: 'auth_id'
user_roles_role_id_column: 'roles_id'

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