[dev] ucfirst() in login.php
Peter Arien
peter.arien@cc.kuleuven.ac.be
Fri, 07 Jun 2002 16:02:20 +0200
Hi
Is there a reason why in horde/login.php (cvs-HEAD) the first
character of $fullname is capitalised?
$fullname = ucfirst(Auth::getAuth());
That means our users will see their accountname with a capital,
while we are trying to teach them casesensitivity is very
important when using accounts and passwords...
Yes, I could change that to
$fullname = Auth::getAuth();
Just wondered if there was a reasoning behind this.
--
Peter
K.U.Leuven - LUDIT -=- Tel: +32 16 322219
peter.arien@cc.kuleuven.ac.be -=- http://pa.cc.kuleuven.ac.be