1
I have a back-end application in Elixir that has a bug in the server, so that new users can not make a new registration in the app, but old users can use normally.
I need to enter a new user manually through the Elixir console so that this new user is recorded in the database and can use the app, but I have no idea how I can do this.