Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create user with script #222

Open
rvmadeit opened this issue May 26, 2024 · 1 comment
Open

create user with script #222

rvmadeit opened this issue May 26, 2024 · 1 comment

Comments

@rvmadeit
Copy link

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

@papgaabor
Copy link

papgaabor commented May 31, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants