← Back to team overview

mahara-contributors team mailing list archive

[Bug 823080] A change has been merged

 

Reviewed:  https://reviews.mahara.org/571
Committed: http://gitorious.org/mahara/mahara/commit/2e59cda64813e3f4e34220200223755de6ee3c41
Submitter: Hugh Davenport (hugh@xxxxxxxxxxxxxxx)
Branch:    master

commit 2e59cda64813e3f4e34220200223755de6ee3c41
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date:   Tue Aug 9 17:48:54 2011 +1200

    Use case-insensitive check for existing usernames (bug #823080)
    
    Change-Id: I5b07f6bd45ac7f21084b6b42fb6078fdccae362b
    Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>

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

Title:
  Unique username generation fails when uppercase usernames exist

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  If you register with the name "Nigel McNie", the default username that
  gets picked for you is "nigelmcnie", and if there's already a
  "nigelmcnie" user, you get "nigelmcnie1".

  But if there's already a "NigelMcNie" user, you *should* get
  "nigelmcnie1", but you get "nigelmcnie" because the check is case-
  sensitive.  This causes a duplicate key error when you confirm
  registration.

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


References