|
From: <cms...@li...> - 2004-05-16 21:25:03
|
A BUGNOTE has been added to this bug. ====================================================================== http://cmsforme.sourceforge.net/bugs/bug_view_advanced_page.php?bug_id=0000014 ====================================================================== Reported By: A_Jelly_Doughnut Assigned To: GPHemsley ====================================================================== Project: Version 0.0.3 (M3) Bug ID: 14 Category: Reproducibility: always Severity: trivial Priority: low Status: assigned ====================================================================== Date Submitted: 05-12-2004 16:09 PDT Last Modified: 05-16-2004 14:25 PDT ====================================================================== Summary: Install bug: emails ! matching Description: Simple bug...maybe not a bug at all. When entring the admin email addy, if you capitalize differently, they don't match. They don't match, but an MTA won't care. ====================================================================== ---------------------------------------------------------------------- GPHemsley - 05-16-2004 14:25 PDT ---------------------------------------------------------------------- We have two options here. We could leave it as-is and cause them to have to exactly match or we could strtolower() both of them for comparison. Reason being, we need to know exactly what to put into the database, whether it be whatever case the user wants or forced to lowercase, it doesn't matter. Bug History Date Modified Username Field Change ====================================================================== 05-12-04 16:09 A_Jelly_DoughnutNew Bug 05-16-04 14:23 GPHemsley Assigned To => GPHemsley 05-16-04 14:23 GPHemsley Status new => assigned 05-16-04 14:25 GPHemsley Bugnote Added: 0000020 ====================================================================== |