mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
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:
committed by
Tim Abbott
parent
ab22b4411f
commit
2dec30e4ab
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user