$(FLASK) run --with-threads -h $(HOST) -p $(PORT) --cert=adhoc
set-admin:
$(FLASK) set-admin $(USERNAME)
$(FLASK) users set-admin $(USERNAME)
test-e2e:init-db
$(PYTEST) e2e --driver firefox $(PYTEST_ARGS)
Reference in New Issue
Block a 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.