Skip to content

Commit

Permalink
Updates tator-py submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Enxing committed Aug 22, 2023
1 parent 1d038cc commit f76cb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/main/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def user_pre_save(sender, instance, **kwargs):

if is_monitored:
if password_modified:
instance.last_failed_login = 0
instance.failed_login_count = 0
block_user_save_email(instance, "save")
logger.info(msg)
email_service = get_email_service()
Expand Down
2 changes: 1 addition & 1 deletion scripts/packages/tator-py

0 comments on commit f76cb17

Please sign in to comment.