forms: Fix accounts listed in password_reset email to active accounts.

Previously we were listing both accounts, active as well as non-active.
Fixes: #10130.
This commit is contained in:
Shubham Dhama
2018-08-04 17:37:54 +05:30
committed by Tim Abbott
parent ab22b4411f
commit 2dec30e4ab
3 changed files with 10 additions and 10 deletions

View File

@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.8.1+git"
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '25.5'
PROVISION_VERSION = '25.6'