for anyone having the same problem:
https://code.djangoproject.com/ticket/19285
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
d
>Separate step is separate browser interaction. Even if you did this with
>AJAX, other requests can come in in between actions. Other users don't get
>blocked from accessing the site just because one is in the middle of
>registering. Sorry, but that's the way the web works.
>
>By the way, you do
On Tue, Nov 13, 2012 at 9:07 AM, azurIt wrote:
> >You really need to create the account, thus reserving the login
> (username?)
> >in step 1, when the check succeeds (in fact, the test probably should be
> >an attempt to create the account, whose failure is what kicks the user
> back
> >to choose
>You really need to create the account, thus reserving the login (username?)
>in step 1, when the check succeeds (in fact, the test probably should be
>an attempt to create the account, whose failure is what kicks the user back
>to choose another login). You keep a creation date and note (perhaps
On Tue, Nov 13, 2012 at 8:17 AM, azurIt wrote:
> Hi,
>
> i have the following problem:
> User is choosing a login in first step (login is validated and is checked
> if it's available) and is filling up some other data in second step.
> Finally, i'm trying to create a new account BUT the login can
Hi,
i have the following problem:
User is choosing a login in first step (login is validated and is checked if
it's available) and is filling up some other data in second step. Finally, i'm
trying to create a new account BUT the login can be already taken (there's a
little time frame between 1
6 matches
Mail list logo