Re: username and allowed alphanumeric, why?

2018-04-19 Thread Melvyn Sopacua
On donderdag 12 april 2018 15:59:50 CEST Stefano Tranquillini wrote: > My question was related why only that set of extrachars, adding a '=' is a > dangerous step or not? > Reading the rest of the page it seems that everyhing is supported with > unicode. Everything except non-printables and contro

Re: username and allowed alphanumeric, why?

2018-04-12 Thread Stefano Tranquillini
My question was related why only that set of extrachars, adding a '=' is a dangerous step or not? Reading the rest of the page it seems that everyhing is supported with unicode. On Wednesday, April 11, 2018 at 4:03:04 PM UTC+2, Melvyn Sopacua wrote: > > On dinsdag 10 april 2018 11:10:33 CEST Ste

Re: username and allowed alphanumeric, why?

2018-04-11 Thread Melvyn Sopacua
On dinsdag 10 april 2018 11:10:33 CEST Stefano Tranquillini wrote: > mostly curiosity, why does the username > https://docs.djangoproject.com/en/1.11/ref/contrib/auth/#django.contrib.auth > .models.User.username allow only _, @, +, . and - characters? > is there a reason for that? Yeah. It's expl

Re: username and allowed alphanumeric, why?

2018-04-10 Thread Avraham Serour
It seems you read that wrong, usernames may contain alphanumeric and other characters. On Tue, Apr 10, 2018 at 12:10 PM, Stefano Tranquillini < stefano.tranquill...@gmail.com> wrote: > Hi all, > > mostly curiosity, why does the username https://docs.djangoproject. > com/en/1.11/ref/contrib/auth/

username and allowed alphanumeric, why?

2018-04-10 Thread Stefano Tranquillini
Hi all, mostly curiosity, why does the username https://docs.djangoproject.com/en/1.11/ref/contrib/auth/#django.contrib.auth.models.User.username allow only _, @, +, . and - characters? is there a reason for that? -- You received this message because you are subscribed to the Google Groups