In the event of a new installation, on successful database connection but no tables or other data created, provide an option to initialize the database (using init_db.py) and create a user, without requiring to unset SIGNUP_ENABLED in order to create the sole user
In the event of a new installation, on successful database connection but no tables or other data created, provide an option to initialize the database (using `init_db.py`) and create a user, without requiring to unset `SIGNUP_ENABLED` in order to create the sole user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In the event of a new installation, on successful database connection but no tables or other data created, provide an option to initialize the database (using
init_db.py) and create a user, without requiring to unsetSIGNUP_ENABLEDin order to create the sole userdone