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

Unable to login #2

Open
RonElwaya opened this issue Oct 1, 2023 · 2 comments
Open

Unable to login #2

RonElwaya opened this issue Oct 1, 2023 · 2 comments

Comments

@RonElwaya
Copy link

I have successfully managed to run the penpot admin application and connect it to my local penpot instance. But upon trying to log in I have incountered the issue that i have absolutely zero clue what the username and password are supposed to be, or where to configure them in my settings.

@taylor-jones
Copy link

@RonElwaya After splunking around a bit, I was able to generate an account for logging into the penpot-admin via:

NOTE: I'm running a standard self-hosted instance using podman. The command below should work just as well for docker.

podman exec -ti penpot_penpot-admin_1 python3 manage.py createsuperuser

I was then prompted to provide a username, email, and password (which I was able to use to successfully login to the admin dashboard).

@eksroo
Copy link

eksroo commented Feb 14, 2024

After"For a quick examplo on how it can be used, please refer to the penpot docker compose file for an example for how it can be used."
in<docker-compose.yaml>,by "admin" i locate:
" ## The PREPL host. Mainly used for external programatic access to penpot backend

(example: admin). By default it listen on localhost but if you are going to use

the admin, you will need to uncomment this and set the host to 0.0.0.0.

- PENPOT_PREPL_HOST=0.0.0.0

"
what should i do then to proceed please...>.<

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

3 participants