Re: Django Login Error

2018-07-29 Thread Melvyn Sopacua
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

Re: Django Login Error

2018-07-29 Thread Deepak sharma
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

Re: Django Login Error

2018-07-29 Thread Kasper Laudrup
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

Django Login Error

2018-07-29 Thread lalitaquasoft
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

Re: login error: hostname doesn't match .... but it does!!!

2015-03-31 Thread Stephen J. Butler
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.

Re: login error: hostname doesn't match .... but it does!!!

2015-03-31 Thread Mike Dewhirst
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'

login error: hostname doesn't match .... but it does!!!

2015-03-31 Thread bwv549
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 &#x

Re: Login Error

2009-11-18 Thread Karen Tracey
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

Login Error

2009-11-17 Thread Denis Bahati
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

Re: Strange login error in newforms-admin site: ViewDoesNotExist at /accounts/login/

2008-04-01 Thread Michael
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

Re: Strange login error in newforms-admin site: ViewDoesNotExist at /accounts/login/

2008-04-01 Thread Michael
> 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

Re: Strange login error in newforms-admin site: ViewDoesNotExist at /accounts/login/

2008-04-01 Thread AndyB
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

Re: Strange login error in newforms-admin site: ViewDoesNotExist at /accounts/login/

2008-03-31 Thread Michael
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

Strange login error in newforms-admin site: ViewDoesNotExist at /accounts/login/

2008-03-31 Thread AndyB
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

Re: login error admin interface

2006-09-18 Thread mauiblu
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.

Re: login error admin interface

2006-09-17 Thread Malcolm Tredinnick
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

login error admin interface

2006-09-17 Thread mauiblu
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