Iain Dawson
205090bc71
[1.6.x] Replaced instances of 'his/her' with 'their'.
...
Backport of 8fbf13a6c8
from master
2014-07-21 19:55:28 +00:00
Víðir Valberg Guðmundsson
f3b0829017
[1.6.x] Fixed #22647 -- Documented redirect_field_name keyword argument for user_passes_test.
...
Backport of 268670a3a4
from master
2014-05-17 09:46:29 -04:00
Ray Ashman
49f5a29493
[1.6.x] Updated grammar in description of django.contrib.auth.
...
Backport of 9853779805
from master
2014-04-22 18:29:07 -04:00
Tim Graham
9510e96da6
[1.6.x] Added a note regarding django.contrib.auth.authenticate.
...
Thanks Josh Brown for the suggestion.
Backport of ae5b662796
from master
2014-04-16 07:49:38 -04:00
Tim Graham
8eca53f0be
[1.6.x] Fixed #20834 -- Described how caching of user permissions works.
...
Thanks Giggaflop and Jennifer Casavantes.
Backport of 5f9790072d
from master
2014-01-22 13:09:44 -05:00
Tim Graham
b63dad3f45
[1.6.x] Fixed #21727 -- Added some links to help clarify topics/auth/default.txt
...
Thanks daGrevis for the suggestion.
Backport of d35f2bfd5b
from master
2014-01-16 07:17:42 -05:00
Tim Graham
1cdf7f83ff
[1.6.x] Fixed #21294 -- Clarified the logout next_page argument.
...
Thanks wim at go2people.nl for the report.
Backport of 51e6575472
from master
2013-10-30 09:26:35 -04:00
Tim Graham
747f77552a
[1.6.x] Fixed #21325 -- Added missing argument to permission_required decorator.
...
Backport of cc2049cdd7
from master
2013-10-25 17:37:39 -04:00
Tim Graham
d1047c8b4c
[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.
...
Thanks daniel.quattro at gmail.com for the report.
d1c9802811
from master.
2013-09-25 21:11:17 -03:00
Justin Michalicek
77293f9354
[1.6.x] Fixed #20855 -- Added documentation of current_app and extra_context params to django.contrib.auth views
...
refs #5298 and refs #8342
Backport of 61ecb5f48a
from master
2013-08-04 08:05:36 -04:00
David Binetti
f8fd38b560
[1.6.x] Fixed grammatical error in auth docs
...
Backport of 51b50c47c7
from master
2013-07-14 12:35:26 -04:00
Tim Graham
fe0a563f81
[1.6.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.
...
Thanks glarrain for the report.
Backport of 684a606a4e
from master
2013-07-11 11:07:51 -04:00
Tim Graham
1184d07789
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
...
uid is now base64 encoded in password reset URLs/views. A backwards compatible
password_reset_confirm view/URL will allow password reset links generated before
this change to continue to work. This view will be removed in Django 1.7.
Thanks jonash for the initial patch and claudep for the review.
2013-06-26 13:11:47 -04:00
Florian Apolloner
10e397e263
Fixed #20426 -- Added some extra info to the auth forms.
...
Thanks to Joel Hansson for the suggestion and Curtis Maloney for the initial
patch.
2013-05-17 16:14:23 +02:00
Juan Catalano
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
...
Refs #20104 .
2013-04-20 17:18:35 +02:00
Ben Konrath
d546259647
Fixed #19394 --Added note about auth forms and custom user models.
2013-02-24 07:55:38 -08:00
Horst Gutmann
2f4a4703e1
Fixed #19758 -- Avoided leaking email existence through the password reset form.
2013-02-23 14:31:21 +01:00
Tim Graham
ee26797cff
Fixed typos in docs and comments
2013-01-29 10:55:55 -07:00
Aymeric Augustin
1dd7492843
Fixed #19632 -- Bug in code sample.
...
Thanks grossmanandy at bfusa com and Simon Charette.
2013-01-18 20:52:04 +01:00
Aymeric Augustin
74d72e21b4
Fixed #19614 -- Missing request argument in render call.
...
Thanks Dima Pravdin for the report.
2013-01-15 14:36:47 +01:00
Tim Graham
695b2089e7
Fixed #19549 - Typo in docs/topics/auth/default.txt
2013-01-02 15:33:18 -05:00
Aymeric Augustin
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
2012-12-29 21:59:08 +01:00
Preston Holmes
11ded967c4
Fixed #19498 -- refactored auth documentation
...
The auth doc was a single page which had grown unwieldy.
This refactor split and grouped the content into sub-topics.
Additional corrections and cleanups were made along the way.
2012-12-28 11:06:12 -08:00