Skip to content

Commit

Permalink
ensure email always verified
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Mar 16, 2024
1 parent 3d06200 commit 1418355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/tacticalrmm/core/mesh_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def add_user_to_mesh(self, *, user_info: dict[str, Any]) -> None:
"resetNextLogin": False,
"randomPassword": False,
"removeEvents": False,
"emailVerified": True,
}
self.mesh_action(payload=payload, wait=False)
if user_info["full_name"]:
Expand Down

0 comments on commit 1418355

Please sign in to comment.