Replies: 1 comment
-
|
The default user is there just so we have someone to attach the intro recording to. Other than that it's not needed for anything, and can be deleted. To do that, attach to the container and enter the Elixir shell: docker compose exec asciinema bin/asciinema remoteOnce in the Elixir shell delete the user with: Asciinema.delete_user(Accounts.find_user("admin@asciinema.org")) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a default user created with 'admin@asciinema.org' in psqldb. Is it ok to delete this default user? not sure about the purpose of creating this default user, and which command to use to disable/delete this user.
Beta Was this translation helpful? Give feedback.
All reactions