From user-return-12762-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Sep 18 00:53:56 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 85211 invoked from network); 18 Sep 2010 00:53:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Sep 2010 00:53:55 -0000 Received: (qmail 41615 invoked by uid 500); 18 Sep 2010 00:53:54 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 41565 invoked by uid 500); 18 Sep 2010 00:53:53 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 41557 invoked by uid 99); 18 Sep 2010 00:53:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 00:53:53 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jchris@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 00:53:49 +0000 Received: by vws14 with SMTP id 14so3198935vws.11 for ; Fri, 17 Sep 2010 17:53:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=VNDYlDS6iIs0RCY7pRmYmQ4A2UIcCUIy5EDGqbhp7bU=; b=wRKkyPLl2nAJtqdJFZvOF7Oyh4g3sIydWOFFPzgeKzu8f2fm/FRKYlq24kGDqHwfo9 cyu/OV03IitdBfdNOijRFJ0EfSdaeJI7+4ayGJkcMZxXYhbi87rVTnKyUSGacaTpfoG+ bPPOxc8FcTnjObm6vxz69isgUCkoXpIsFMZ6I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=MAs+aI73EJnHgRSptMF18ivlD16/0YNjH3UOSWOX/vB2SWXzf02Zb/h6E+qBq8y3LD ax437UqmgemW4aPYFO2S3vUJXqhuyA29Gp8ND/ObhZdE/htbosK95EBfiwTIx5FP57qy MAE2DSf+g2f1di/FNH+vXDnubM+VpElalF74A= MIME-Version: 1.0 Received: by 10.220.128.22 with SMTP id i22mr2484044vcs.196.1284771207883; Fri, 17 Sep 2010 17:53:27 -0700 (PDT) Sender: jchris@gmail.com Received: by 10.220.99.134 with HTTP; Fri, 17 Sep 2010 17:53:27 -0700 (PDT) In-Reply-To: References: Date: Fri, 17 Sep 2010 17:53:27 -0700 X-Google-Sender-Auth: xqUYze5HvQf_rD0hPzeT3gYQ4dw Message-ID: Subject: Re: Username is case-sensative From: Chris Anderson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, Sep 17, 2010 at 12:59 PM, Mark J. Reed wrote: > On Fri, Sep 17, 2010 at 3:21 PM, Chris Anderson wrote= : >> I'd love a patch for that against this file: >> >> http://github.com/couchapp/couchapp/blob/master/vendor/evently/account/l= oginForm/mustache.html > > Okay.. > Thanks. This is applied in couchapp/couchapp and will propagate to my other apps as I next work on them. http://github.com/couchapp/couchapp/commit/5a34c3c8a4bc96d580a896735836adc2= c51a88bd The magical case-folding stuff is entirely untenable. I'm sorry about it not working with the non-English use case. But for the case of login-names, why not have your username be in Hebrew script in the first place, avoiding the issue entirely? Chris > index 1d30c1d..301dfb6 100644 > --- a/vendor/evently/account/loginForm/mustache.html > +++ b/vendor/evently/account/loginForm/mustache.html > @@ -1,5 +1,5 @@ > =A0
> - =A0 > + =A0 value=3D"" autocapitalize=3D"off"> > =A0 name=3D"password" value=3D""> > =A0 > =A0 or Signup > > -- > Mark J. Reed > --=20 Chris Anderson http://jchrisa.net http://couch.io