Skip to content

Commit

Permalink
Merge branch '2fa-dev' of https://github.com/introlab/opentera into 2…
Browse files Browse the repository at this point in the history
…fa-dev
  • Loading branch information
SBriere committed Oct 7, 2024
2 parents aea6eb5 + 9dbde4a commit 168f631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teraserver/python/modules/DatabaseModule/DBManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def start_cleanup_task(self) -> task:
def setup_events_for_2fa_sites(self):
"""
We need to validate that 2FA is enabled for all users in the site when the flag is set.
This can occur on multiple occasion, when the site is created, updated and also when user
This can occur on multiple occasions : when the site is created, updated and also when user
groups are modified.
"""
@event.listens_for(TeraSite, 'after_update')
Expand Down

0 comments on commit 168f631

Please sign in to comment.