mirror of
https://github.com/runyanjake/olomana.git
synced 2026-02-03 14:57:28 -08:00
544 B
544 B
Penpot
Open source Figma.
First Time User Creation
Temporarily enable registration via manual methods:
PENPOT_FLAGS=enable-registration enable-login-with-password disable-email-verification enable-prepl-server
and comment out PENPOT_REGISTRATION_ENABLED=false
Create new user either through UI or through command line:
docker exec -it penpot-penpot-backend-1 python3 manage.py create-profile
Reinstate old flags:
PENPOT_FLAGS=enable-login-with-password
and reinstate PENPOT_REGISTRATION_ENABLED.