Skip to content

Commit

Permalink
Forbid "guest" as username
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTreguier committed Sep 30, 2024
1 parent 9bddcbb commit 0653445
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/app/fyreplace/api/data/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public class User extends UserDependentEntityBase implements Reportable {
"authors",
"fyreplace",
"fyreplaces",
"guest",
"guests",
"management",
"managements",
"manager",
Expand Down

0 comments on commit 0653445

Please sign in to comment.