Skip to content

Commit 91819f3

Browse files
committed
Retire password reminder support now that we generally use password hashes and
offer the authenticated password reset mechanism.
1 parent c0b29d3 commit 91819f3

3 files changed

Lines changed: 0 additions & 147 deletions

File tree

bin/notifypassword.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

mig/server/notifypassword.py

Lines changed: 0 additions & 137 deletions
This file was deleted.

mig/shared/useradm.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2542,15 +2542,6 @@ def _user_general_notify(user_id, targets, conf_path, db_path,
25422542
return (configuration, user_fields, addresses, errors)
25432543

25442544

2545-
def user_password_reminder(user_id, targets, conf_path, db_path,
2546-
verbose=False):
2547-
"""Find notification addresses and password for user_id and targets"""
2548-
2549-
(configuration, fields, addresses, errors) = _user_general_notify(
2550-
user_id, targets, conf_path, db_path, verbose, ['password'])
2551-
return (configuration, fields['password'], addresses, errors)
2552-
2553-
25542545
def user_account_notify(user_id, targets, conf_path, db_path, verbose=False,
25552546
admin_copy=False, extra_copies=False):
25562547
"""Find notification addresses for user_id and targets"""

0 commit comments

Comments
 (0)