I’ve tried searching the docs and this forum, but I can’t find the answer. What’s the easiest way to remove users? I don’t see that option in the UI, so I’m guessing I’ll need to do it from the terminal. Is this right?
This site is in read only mode. Please continue to browse, but replying, likes,
and other actions are disabled for now.
You’re correct – you will have to do it directly from the database You can follow this issue for updates on when a saner solution is implemented.
I was able to remove a user via SSH. Here’s what I did.
- SSH into server
- cd /opt/redash/current
- sudo -u redash bin/run ./manage.py users delete useremail@domain.com
I was only able to delete a user created via the web UI. A user I added via SSH I was not able to delete.