[sysadmin-bin] Mention the fact a subsequent password reset should occur after 1h since the last one for security r



commit 3d815ff6136588913bb6ac33cc2aa00bd311884f
Author: Andrea Veri <averi redhat com>
Date:   Tue Nov 6 13:32:57 2018 +0100

    Mention the fact a subsequent password reset should occur after 1h since the last one for security reasons

 reset-my-password.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/reset-my-password.py b/reset-my-password.py
index 1459941..8062196 100755
--- a/reset-my-password.py
+++ b/reset-my-password.py
@@ -69,7 +69,9 @@ Hello %s, your password has been reset successfully. Your temporary password is
 
 %s
 
-Please login at https://account.gnome.org and update your password as soon as possible!
+Please login at https://account.gnome.org and update your password within the next couple
+of hours (the password cannot be changed instantly as the reset that was just performed
+toggles a timer (1h) that has to expire before another reset can occur).
 
 With cordiality,
 
@@ -89,4 +91,4 @@ the GNOME Accounts Team""" % (name, password)
         print "ERROR: I wasn't able to send the email correctly, please check /var/log/maillog!"
 
 my_userid = os.getenv('SUDO_USER')
-check_existing_password(my_userid)
\ No newline at end of file
+check_existing_password(my_userid)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]