You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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'
The text was updated successfully, but these errors were encountered: