2025-12-24 15:43:14 -08:00

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.