Hi,
I have deployed atlas on my server and i want to add a login to it,
i was followind the setup instruction in the web page:
but here there are no mention about how to create and add profiles, in my db running:
select sec_user.id as user_id, login, sec_role.id as role_id, sec_role.name as role_name
from sec_user
join sec_user_role on sec_user.id = sec_user_role.user_id
join sec_role on sec_user_role.role_id = sec_role.id
i got no result, so i have to add a new role.
adding it i see that in sec_user table there is no password column, where i have to set it? because it is required in the DB autentication in atlas: