User management?
-
I'm guessing there's no user management. Is it possible to find out if someone has registered on the app? If so, how can I give them the boot?
-
I'm guessing there's no user management. Is it possible to find out if someone has registered on the app? If so, how can I give them the boot?
@humptydumpty I don't think there is an admin UI, correct. I guess you can list them in the database from the database. Web Terminal -> Postgres button. And then
select * from users
.Maybe you can report this upstream at https://community.vikunja.io/
-
@humptydumpty I don't think there is an admin UI, correct. I guess you can list them in the database from the database. Web Terminal -> Postgres button. And then
select * from users
.Maybe you can report this upstream at https://community.vikunja.io/
@girish Someone already asked this on there:
https://community.vikunja.io/t/how-to-delete-users/17
There's no way to delete users on the frontend or through the API. It's low priority for them but it's on the roadmap. This was back in May 2020.