Skip to content

Commit

Permalink
Remove users without proper login names until we found a solution
Browse files Browse the repository at this point in the history
  • Loading branch information
VerHde committed Apr 9, 2024
1 parent 6cdf7ea commit 2044998
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions test/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,6 @@
],
"name": "Just a normal user"
}
{
"_id": "emailUser",
"username": "[email protected]",
"type": "user",
"__rooms": [
"GENERAL"
],
"roles": [
"user"
],
"name": "Emil Email"
}
{
"_id": "userWithoutUsername",
"type": "user",
"__rooms": [
"GENERAL",
"invalidRoom",
"publicRoom"
],
"roles": [
"user"
],
"name": "I need special attention"
}
{
"_id": "excludedBot",
"username": "excludedBot",
Expand Down

0 comments on commit 2044998

Please sign in to comment.