← Back to team overview

mahara-contributors team mailing list archive

[Bug 1714082] Re: The user's primary email address is not checked in a case insensitive way

 

Title: 2 Error messages when trying to use accented letter in email
address on registration page

Summary: When on the register page and filling in the email field with an address using an accented letter, There are 2 error messages displayed on the page as follows 
   1) There was an error with submitting this form. Please check the marked fields and try again.
   2) There was an error processing your submission. Please try again.

** Attachment added: "double error message for invalid email on register page.png"
   https://bugs.launchpad.net/mahara/+bug/1714082/+attachment/5273606/+files/double%20error%20message%20for%20invalid%20email%20on%20register%20page.png

-- 
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/1714082

Title:
  The user's primary email address is not checked in a case insensitive
  way

Status in Mahara:
  In Progress

Bug description:
  Currently you can create 2 users, via the Admin -> Users -> Add user
  screen, with this:

  username: Test one   email: UserA@xxxxxxxxxxx
  username: Test two   email: usera@xxxxxxxxxxx

  but not another user with

  username: Test three   email: usera@xxxxxxxxxxx

  As it complains the email address 'usera@xxxxxxxxxxx' is used

  However, with email addresses the domain part is case insensitive and
  only the username part is case sensitive - yet saying that most email
  servers treat the username part also as case insensitive to avoid
  email delivery confusion - see https://www.lifewire.com/are-email-
  addresses-case-sensitive-1171111

  To also avoid confusion within Mahara we should limit the primary
  email address to be case insensitive unique.

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


References