log.warning("cand {} on exam {} for course {}: test already over at {}".format(client_candidate_id,exam_series_code,course_id,timelimit_module.ending_at))
AUDIT_LOG.warning("cand {} on exam {} for course {}: test already over at {}".format(client_candidate_id,exam_series_code,course_id,timelimit_module.ending_at))
AUDIT_LOG.info("Logged in user '{}' for test of cand {} on exam {} for course {}: URL = {}".format(testcenteruser.user.username,client_candidate_id,exam_series_code,course_id,location))
log.warning(u"Login failed - Account not active for user {0}, resending activation".format(username))
AUDIT_LOG.warning(u"Login failed - Account not active for user {0}, resending activation".format(username))
reactivation_email_for_user(user)
not_activated_msg=_("This account has not been activated. We have sent another activation message. Please check your e-mail for the activation instructions.")
...
...
@@ -484,7 +488,8 @@ def logout_user(request):
Deletes both the CSRF and sessionid cookies so the marketing
site can determine the logged in state of the user
'''
# We do not log here, because we have a handler registered