← Back to team overview

mahara-contributors team mailing list archive

[Bug 1763581] A change has been merged

 

Reviewed:  https://reviews.mahara.org/8874
Committed: https://git.mahara.org/mahara/mahara/commit/12cd2e9cfc6cc451740436566d5c0edde944d903
Submitter: Cecilia Vela Gurovic (ceciliavg@xxxxxxxxxxxxxxx)
Branch:    17.10_STABLE

commit 12cd2e9cfc6cc451740436566d5c0edde944d903
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Tue Apr 17 11:36:34 2018 +1200

Bug 1763581: Check email based usernames in lowercase for LTI

In Mahara we compare supplied usernames in lower case to what exists
in the database. This avoids problems of 'test01' vs 'Test01'.

The LTI plugin needs to also adhere to this convention

behatnotneeded

Change-Id: I822ccf9e3e3c3b43533c503f1600ef3c3af8008e
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
(cherry picked from commit 80c5e70a9684fbd933c10299282461362c6af84d)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1763581

Title:
  Capitalisation of username / email address issue with LTI

Status in Mahara:
  Fix Committed
Status in Mahara 17.04 series:
  Fix Committed
Status in Mahara 17.10 series:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed

Bug description:
  Mahara respects the capitalisation of usernames and email addresses
  when an external authentication source like LDAP, Active Directory, or
  a SAML IdP is connected. However, when accounts come from Canvas, they
  are all lowercase causing problems. Catalyst will fix this issue so
  that users are put into the same account no matter whether they come
  from an external authentication method of from Canvas via LTI.

  This is an issue because double accounts are set up otherwise.

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


References