@@ -17,6 +17,11 @@ if not os.path.isfile("db.sqlite"):
ruben.rank=UserRank.EDITOR
db.session.add(ruben)
ez=User("Shara")
ez.github_username="Ezhh"
ez.rank=UserRank.EDITOR
db.session.add(ez)
jeija=User("Jeija")
jeija.github_username="Jeija"
db.session.add(jeija)
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.