On zondag 29 juli 2018 14:07:19 CEST Kasper Laudrup wrote:
> On 2018-07-29 10:27, lalitaquasoft wrote:
> > How to remove Unique username
>
> How would you expect user management to work if usernames are not unique?
By using split fields. I've ran into this as well, as I want to allow the same
u
I recommend :* DON'T,* because it is by default UserIdentifier, It is used
to make UserLogins and you have to override a lot of builtIns to achieve
what you are trying to do.
But if you still want to:
`username` validator is defined in AbstractUser Class, and inheritence flow
is like:
Abst
Hi,
On 2018-07-29 10:27, lalitaquasoft wrote:
How to remove Unique username
How would you expect user management to work if usernames are not unique?
Are you planning to differentiate users with identical usernames some
other way?
Kind regards,
Kasper Laudrup
--
You received this messa
IntegrityError at /register/
UNIQUE constraint failed: superuser_user.username
How to remove Unique username
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
t
ar 31, 2015 at 4:06 PM, bwv549 wrote:
> Just trying to login a new user, but I'm getting this error, which makes no
> sense to me because it looks like it should match:
>
> Login error (https://www.jtprince.dev.doba.com/new-login.html) -- Exception:
> hostname 'www.jtprince.dev.
On 1/04/2015 8:06 AM, bwv549 wrote:
Just trying to login a new user, but I'm getting this error, which makes
no sense to me because it looks like it should match:
Login error (https://www.jtprince.dev.doba.com/new-login.html) --
Exception: hostname 'www.jtprince.dev.doba.com'
Just trying to login a new user, but I'm getting this error, which makes no
sense to me because it looks like it should match:
Login error (https://www.jtprince.dev.doba.com/new-login.html) --
Exception: hostname 'www.jtprince.dev.doba.com' doesn't match either of
On Wed, Nov 18, 2009 at 12:12 AM, Denis Bahati wrote:
> Hi All,
> I have created a login screen for users of the site which is like User
> Profile and uses the username and password from django users. When i try to
> login to my view i get the error below.
>
> Environment: Request Method: POST Re
Hi All,
I have created a login screen for users of the site which is like User
Profile and uses the username and password from django users. When i try to
login to my view i get the error below.
Environment: Request Method: POST Request URL:
http://127.0.0.1/commTrack/commtrack/account/login/ Djan
I tried this today with runserver and could not duplicate this issue.
It appears to be a mod_python issue. This is interesting.
On Tue, Apr 1, 2008 at 8:51 AM, Michael <[EMAIL PROTECTED]> wrote:
> > Yours was one of the posts I discovered when I googled this but my
> > problem seemed to come o
> Yours was one of the posts I discovered when I googled this but my
> problem seemed to come out of nowhere and your report seemed to imply
> a more reproducible issue.
It's difficult to reproduce, because it involves a rather deep level
of importing and self importing. This happens every onc
Thanks.
Yours was one of the posts I discovered when I googled this but my
problem seemed to come out of nowhere and your report seemed to imply
a more reproducible issue. Is this problem intermittent or dependant
on what type of Django configuration you are using? (i.e. mod_python
vs Django dev
This is an instance of the AlreadyRegistered exception rearing its
head in the contrib.auth section, something I have been banging my
head against since I originally rewrote the auth code for a personal
project a few months ago. Here is the ticket and a patch that fixes
the problem without quite k
Some code that has previously worked fine and still works fine on my
development server has started giving the following error on a
production server when I try and visit my login page:
ViewDoesNotExist at /accounts/login/
Could not import django.contrib.auth.views. Error was: cannot import
name
Yes..it is..but thanks.
It's Firefox 1.5 and cookies are set to be allowed.
Jim
--~--~-~--~~~---~--~~
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.
On Sun, 2006-09-17 at 17:39 -0700, mauiblu wrote:
> I get an error in Firefox which says "your browser isn't configured to
> accept cookies"
>
> Any ideas how I can move past this?
> I swa a message suggesting setting setting_domain_cookies in th setting
> file..presumably settings.py..but it had
I get an error in Firefox which says "your browser isn't configured to
accept cookies"
Any ideas how I can move past this?
I swa a message suggesting setting setting_domain_cookies in th setting
file..presumably settings.py..but it had no effect.
I'm stuck and would very much appreciate help.
J
17 matches
Mail list logo