penpot-docs icon indicating copy to clipboard operation
penpot-docs copied to clipboard

create user with script

Open rvmadeit opened this issue 1 year ago • 1 comments

Hi, in the documentation there is a command: sudo docker exec -ti webapp_penpot-backend_1 bash .manage.sh create-profile but the manage.sh is no longer in the docker but when i try with the command: sudo docker exec -ti webapp_penpot-backend_1 python3 ./manage.py create-profile

image the script launch and I can create a user, but I can't log in with the web interface, I have an error wrong email or password

rvmadeit avatar May 26 '24 13:05 rvmadeit

@rvmadeit The password has to be at least 8 characters long, otherwise you will get the "Email or Password is incorrect" message. (This was the problem for me, I hope this helps) Unfortunately the create-profile script doesn't check for password length.

+1 for updating the docker command to manage.py, it took me some time to figure it out.

papgaabor avatar May 31 '24 19:05 papgaabor