I observed this issue too. One work around I did was, when you query James,
convert your input to lower case.

For example:

If you use Java, you may do "youremail".toLowercase(), then pass it to
James.

On Fri, Aug 1, 2014 at 10:46 AM, seb <[email protected]> wrote:

> Hello,
>
> I have a problem with the current James 3 build. When I create a new
> account
> with uppercase letters
>
> james-cli.sh adduser MY_ACCOUNT@mydomain
>
> it is converted to lowercase, list users says:
>
> my_account@mydomain
>
> Next, I cannot log in to send emails with "MY_ACCOUNT@mydomain" since the
> account is lowercase only and authentication is rejected. There is no
> ignoreCase with JPA as far as I can see.
>
> Is there a way to get around this?
> Currently I create accounts, and then they do not work if they contain
> uppercase letters.
>
> Thanks, Seb
>
>
>
> --
> View this message in context:
> http://james.10919.n7.nabble.com/Login-converted-to-lowercase-in-James-3-Beta-5-automatically-tp52770.html
> Sent from the James - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to