default user created with '[email protected]' with asciinema server #250
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 remote Once in the Elixir shell delete the user with: Asciinema.delete_user(Accounts.find_user("[email protected]")) |
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
-
There is a default user created with '[email protected]' 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