← Back to team overview

mahara-contributors team mailing list archive

[Bug 1971639] A change has been merged

 

Reviewed:  https://reviews.mahara.org/c/mahara/+/12801
Committed: https://git.mahara.org/mahara/mahara/commit/1c3e97e9ae7e3d169e0c36d8efd0bbc41582881a
Submitter: "Doris Tam <doristam@xxxxxxxxxxxxxxx>"
Branch:    21.10_DEV

commit 1c3e97e9ae7e3d169e0c36d8efd0bbc41582881a
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Thu May 5 11:35:32 2022 +1200

Bug 1971639: Need to check lowercase on both ends

In case older sites have entered username or email address into the
system as camelcase we need to check our value vs supplied value both
as lowercase

Change-Id: Ib605db75f16d62f53f843b966aebc41814381971
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
(cherry picked from commit 2fb4d305cc81febab404131f55020c10619cedef)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1971639

Title:
  webservices need to check match in lowecase at both ends

Status in Mahara:
  Fix Committed
Status in Mahara 21.04 series:
  Fix Committed
Status in Mahara 21.10 series:
  Fix Committed
Status in Mahara 22.04 series:
  Fix Committed
Status in Mahara 22.10 series:
  Fix Committed

Bug description:
  We check the supplied value for username or email in lowecase but we
  don't check our local value in lowercase too.

  Normally this is not a problem as we save those values now in
  lowercase - but older sites may have the value in camelcase.

  Follow on for Bug 1966367

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1971639/+subscriptions



References