[Django] #11837: iceweasel 3.0.6 create user cache problem

5 views
Skip to first unread message

Django

unread,
Sep 5, 2009, 3:57:35 PM9/5/09
to djang...@holovaty.com, django-...@googlegroups.com
#11837: iceweasel 3.0.6 create user cache problem
----------------------------------+-----------------------------------------
Reporter: maigfrga | Owner: nobody
Status: new | Milestone:
Component: Uncategorized | Version: 1.1
Keywords: admin site icewaasel | Stage: Unreviewed
Has_patch: 0 |
----------------------------------+-----------------------------------------
Hi, when i store my password on icewasel 3.0.6 private data, and i
want to create a new user, the new user form is preloaded with the
current user's username and password
regards

--
Ticket URL: <http://code.djangoproject.com/ticket/11837>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Sep 5, 2009, 6:51:45 PM9/5/09
to djang...@holovaty.com, django-...@googlegroups.com
#11837: iceweasel 3.0.6 create user cache problem
------------------------------------+---------------------------------------
Reporter: maigfrga | Owner: nobody
Status: closed | Milestone:
Component: Uncategorized | Version: 1.1
Resolution: invalid | Keywords: admin site icewaasel
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by lukeplant):

* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0

Comment:

It sounds like your problem is with iceweasel, and it's definitely not to
do with Django, so you need to file a bug report on their bug tracker.
Cheers.

--
Ticket URL: <http://code.djangoproject.com/ticket/11837#comment:1>

Django

unread,
Sep 5, 2009, 7:43:34 PM9/5/09
to djang...@holovaty.com, django-...@googlegroups.com
#11837: iceweasel 3.0.6 and mozilla firefox 3.5.2 create user cache problem
------------------------------------+---------------------------------------
Reporter: maigfrga | Owner: nobody
Status: reopened | Milestone:
Component: Uncategorized | Version: 1.1
Resolution: | Keywords: admin site icewaasel
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 1
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by maigfrga):

* status: closed => reopened
* resolution: invalid =>
* needs_tests: 0 => 1
* summary: iceweasel 3.0.6 create user cache problem => iceweasel 3.0.6
and mozilla firefox 3.5.2 create user cache
problem

Comment:

hi, i just downloaded the 3.5.2 firefox, downdoad again the trunk, and the
problem persist, if do you think that i should reported to mozilla, please
let me know, i would like to know is anybody has the same problem.
regards.
I run a lenny debian

--
Ticket URL: <http://code.djangoproject.com/ticket/11837#comment:2>

Django

unread,
Sep 5, 2009, 7:58:42 PM9/5/09
to djang...@holovaty.com, django-...@googlegroups.com
#11837: iceweasel 3.0.6 and mozilla firefox 3.5.2 create user cache problem
------------------------------------+---------------------------------------
Reporter: maigfrga | Owner: nobody
Status: closed | Milestone:
Component: Uncategorized | Version: 1.1
Resolution: invalid | Keywords: admin site icewaasel
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 1
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by Mnewman):

* status: reopened => closed
* resolution: => invalid

Comment:

This is the behavior of the browser (some would even argue expected).
Django would need to rename those fields in order for this autofill
feature not to kick in. I don't think that renaming the fields is a good
idea, because it would mean unexpected field names in the admin.

It is the browser providing those credentials. You can file a bug with
Mozilla or Debian, but I would guess they would state that it is expected.
The field's name is `password`, if you store your `password` in the
browser, when another field on the site is named password, it autofills
it.

--
Ticket URL: <http://code.djangoproject.com/ticket/11837#comment:3>

Django

unread,
Sep 5, 2009, 10:22:58 PM9/5/09
to djang...@holovaty.com, django-...@googlegroups.com
#11837: iceweasel 3.0.6 and mozilla firefox 3.5.2 create user cache problem
------------------------------------+---------------------------------------
Reporter: maigfrga | Owner: nobody
Status: closed | Milestone:
Component: Uncategorized | Version: 1.1
Resolution: invalid | Keywords: admin site icewaasel
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 1
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Comment (by anonymous):

You can always set `autocomplete="off"` as an HTML attribute on the
username and password fields within the Admin section; we do so on such
fields in our Django apps.

--
Ticket URL: <http://code.djangoproject.com/ticket/11837#comment:4>
Reply all
Reply to author
Forward
0 new messages