mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding email to activation.
This commit is contained in:
parent
3f95f41d31
commit
5b54077586
1 changed files with 1 additions and 1 deletions
|
@ -979,7 +979,7 @@ class RNewUserQueue:
|
|||
logging.debug("~FRCan't activate free account, can't find user ~SB%s~SN. ~FB%s still in queue." % (user_id, count-1))
|
||||
return
|
||||
|
||||
logging.user(user, "~FBActivating free account. %s still in queue." % (count-1))
|
||||
logging.user(user, "~FBActivating free account (%s). %s still in queue." % (user.email, (count-1)))
|
||||
|
||||
user.profile.activate_free()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue