How to access penpot after disabling login and registration

I’ve disabled login and also registration in my config file, but when I open localhost:9001, I’m redirected to http://localhost:9001/#/auth/login and see on the screen “Its great to see you again.” Note that I also followed the step to create an initial user with the command docker exec -ti penpot-penpot-backend_1 ./manage.sh create-profile.

So my question is, where do I actually go to use the app after disabling authentication?

1 Like

If you disable login and don’t create any external auth provider, you wouldn’t be able to use Penpot.

The disable-login flag is intended to disable the normal login with email & password, when you have a external auth and want to force users to use it.

You can try to disable-registration but enable-login.