On Wed, November 2, 2005 09:18, Steve Mueller - Frontier Adjusters, Inc. wrote:
> Thanks for the suggestion.  I will install the cookie plugin.
>
>
> One pattern that we are seeing emerge is that the users who are reporting
> the problem are using their previously stored username and password on the sm 
> login page.  Some of the users having problems
> logging in have had their username stored in all uppercase which apparently 
> allowed them to login before but not after the upgrade.
> Changing the username to all lowercase
> resolves the issue and they are able to login.  Is there a case-sensitivity 
> username configuration setting somewhere?  I don't
> recall ever configuring such as setting before but perhaps this has changed 
> with more recent versions?

>From the config file:
/**
 * Username Case Control
 *
 * Some IMAP servers allow a username (like 'bob') to log in if they use
 * uppercase in their name (like 'Bob' or 'BOB'). This creates extra
 * preference files.  Toggling this option to true will transparently
 * change all usernames to lowercase.
 * @global bool $force_username_lowercase
 */
$force_username_lowercase = true;

>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Tomas
> Kuliavas
> Sent: Wednesday, November 02, 2005 1:14 AM
> To: squirrelmail-users@lists.sourceforge.net
> Subject: RE: [SM-USERS] infamous errors
>
>
> mbstring.func_overload should remain set to zero. Any other value can break 
> things.
>
> You could also check your server's clock and clock of client machine.
> Cookie expiration is set according to server time, but it is expired
> according to client time.
>
> SquirrelMail has cookie_warning plugin. Try it. If error is related to
> cookies, login error page should display cookie warning instead of "you must 
> be logged".
>
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv or your very own 
> Sony(tm)PSP.  Click here to play:
> http://sourceforge.net/geronimo.php
> --
> squirrelmail-users mailing list Posting Guidelines: 
> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
> List Address: squirrelmail-users@lists.sourceforge.net
> List Archives: 
> http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
> List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>
>


-- 
Ken Jones




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to