From 7aaba21494ed9cdef064a6fc4e45372e2d47ad81 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Fri, 13 Sep 2019 08:22:06 +0800 Subject: [PATCH] 1.5.2: Whitespace from usernames is now trimmed - Allowed for username to be added to Reset Password mail templates. --- updates/version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/updates/version.yaml b/updates/version.yaml index 4b03e6a2..93d22398 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -71,3 +71,4 @@ 1.5.1: - User IP addresses are now logged. Introduce registration throttle. - users_add_ip_address.php +1.5.2: Whitespace from usernames is now trimmed, allowed for username to be added to Reset Password mail templates.