diff --git a/gluon/tools.py b/gluon/tools.py index 8c166581..d9ca7f2c 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -2500,7 +2500,7 @@ class Auth(object): # TODO: Add some error checking to handle cases where email cannot be sent self.settings.mailer.send( to=user.email, - subject="FDSI Login Authentication Code", + subject="Two-step Login Authentication Code", message="Your temporary login code is {0}".format(session.auth_2_factor)) if form.accepts(request, session if self.csrf_prevention else None, formname='login', dbio=False,