James Bennett
|
6875fd6389
|
Fixed #3483: Documented AUTH_PROFILE_MODULE and custom user profiles
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 20:45:05 +00:00 |
James Bennett
|
1087dc31fb
|
Fixed #4819: documented the need to call authenticate() before login(), based on a patch from Davd Krauth.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6805 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-01 19:52:53 +00:00 |
Malcolm Tredinnick
|
e2b03bd0c2
|
Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6743 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-11-29 18:15:38 +00:00 |
Adrian Holovaty
|
5c55cc83a7
|
Made some small edits to docs/authentication.txt changes from [6375]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6376 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-19 20:54:46 +00:00 |
Jacob Kaplan-Moss
|
f857e37776
|
Fixed $5457 - the auth system now delegates permission checking to auth backend(s). As an added bonus, the auth backends now have some unit tests! Thanks, Florian Apolloner.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-19 16:50:30 +00:00 |
Malcolm Tredinnick
|
388182b622
|
Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser can proxy for a User a bit more logically. Patch from semenov.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 18:01:29 +00:00 |
Adrian Holovaty
|
bf3c1cf7bf
|
Fixed #4888 -- Fixed small confusion in docs/authentication.txt. Thanks, Piotr Lewandowski
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 17:48:59 +00:00 |
Adrian Holovaty
|
55d6aebfec
|
Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun, DavidReynolds and effbot
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-14 19:25:37 +00:00 |
Adrian Holovaty
|
8e3507cd3e
|
Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20.skel@spamgourmet.org
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-03 06:16:47 +00:00 |
Adrian Holovaty
|
6aae9b2aa4
|
Changed django.contrib.auth.views.login to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use this view. See also [5654]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-14 22:08:11 +00:00 |
Malcolm Tredinnick
|
aca2761faf
|
Fixed #4611 -- Removed "new in development version" annotation for the permission_required decorator. It was in 0.96. Thanks, John Shaffer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-11 11:05:59 +00:00 |
Adrian Holovaty
|
89977a6e16
|
Fixed #5064 -- Fixed potentially confusing sentence in docs/authentication.txt. Thanks, Collin Grady
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-06 05:13:06 +00:00 |
Adrian Holovaty
|
d76e532077
|
Added 'New in Django development version' to changes in docs/authentication.txt from [5771]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5774 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-29 18:21:16 +00:00 |
Simon Willison
|
fd2b99b5f1
|
After discussing with Malcolm, added set_unusable_password() and has_usable_password() methods to the User object, plus tests and updated documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-28 18:30:40 +00:00 |
Adrian Holovaty
|
510e545776
|
Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-07-01 01:00:23 +00:00 |
Malcolm Tredinnick
|
85f6f15263
|
Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Thanks, Richard House.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-25 16:11:32 +00:00 |
Luke Plant
|
b6b1ab22b5
|
Updated documentation for User.objects.make_random_password, fixing
punctuation at the same time.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-18 10:02:58 +00:00 |
Malcolm Tredinnick
|
1b02534ac3
|
Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@labs.it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5452 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-06-10 02:13:58 +00:00 |
Adrian Holovaty
|
bf89e4b151
|
Added note about Django development version to docs/authentication.txt change from [5073]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 14:52:40 +00:00 |
Malcolm Tredinnick
|
2a7d9ef23f
|
Fixed #3316 -- Added support for crypt hashing of passwords, mostly to support
easy porting from existing Unix-based legacy apps. Thanks, axiak@mit.edu.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5073 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 09:34:29 +00:00 |
Malcolm Tredinnick
|
5dfe74f221
|
Fixed #3185 -- Made values for login, logout and post-login redirect URLs
configurable. This is a combined patch from Vasily Sulatskov, Marc Fargas and
Collin Grady.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5072 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 08:49:57 +00:00 |
Adrian Holovaty
|
39aa40d108
|
Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-24 05:58:03 +00:00 |
Jacob Kaplan-Moss
|
7b0e321c55
|
Removed a stray colon in authentication.txt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-02-28 22:01:52 +00:00 |
Jacob Kaplan-Moss
|
ee9deca371
|
Fixed #3039: corrected example code in authentication.txt. Thanks, Ubernostrum.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-02-27 00:16:40 +00:00 |
Jacob Kaplan-Moss
|
b581d73222
|
Fixed #834: Added documentation of the built-in authentication views. Thanks, Ubernostrum.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-02-26 22:19:03 +00:00 |
Jacob Kaplan-Moss
|
5c17b42772
|
Fixed #3504: fixed a missing "self" in the authentication docs. Thanks, Robert Myers.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-02-25 16:11:46 +00:00 |
Adrian Holovaty
|
8e54c49784
|
Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4420 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-01-24 20:08:47 +00:00 |
Russell Keith-Magee
|
7b78fd6f5d
|
Fixes #2971 -- Fixed inor typo in example in authentication documentation. Thanks, heckj@mac.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-11-02 14:30:11 +00:00 |
Russell Keith-Magee
|
6afa40ea00
|
Fixed typo in r3885.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-30 01:22:30 +00:00 |
Russell Keith-Magee
|
fa4bb1b093
|
Clarified documentation to indicate that authenticating a user doesn't imply that they are active. Reinforced the fact that has_perm only returns true if user is active, and fixed a minor bug to that effect.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-30 01:21:03 +00:00 |
Russell Keith-Magee
|
14fb13da7e
|
Disabled access to the admin site for inactive accounts, and clarified documentation regarding User.is_active. Thanks to Enrico <rico.bl@gmail.com> for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-29 13:37:58 +00:00 |
Adrian Holovaty
|
227626dcd0
|
Fixed typos and improved documentation for permission_required decorator addition from [3779]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-25 17:33:17 +00:00 |
Malcolm Tredinnick
|
f88d58285b
|
Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-22 12:53:51 +00:00 |
Malcolm Tredinnick
|
6be701eba1
|
Fixed #2629 -- Added a permission_required decorator to
django.contrib.auth.decorator. Thanks, dummy@habmalnefrage.de.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3779 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-22 01:44:28 +00:00 |
Adrian Holovaty
|
9b5807a3fe
|
Fixed #2687 -- Fixed bug in docs/authentication.txt. Thanks, Collin Grady
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-11 18:32:45 +00:00 |
Malcolm Tredinnick
|
51705f60b1
|
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-19 02:09:26 +00:00 |
Adrian Holovaty
|
37aeabe71f
|
Proofread newest changes to docs/authentication.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-03 02:12:24 +00:00 |
Adrian Holovaty
|
b3debd80ed
|
Small cleanups to docs/authentication.txt, but still not properly reworded/proofread
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-02 15:24:49 +00:00 |
Adrian Holovaty
|
07687c516e
|
Fixed #2263 -- Fixed typo in docs/authentication.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-29 03:57:01 +00:00 |
Jacob Kaplan-Moss
|
aab3a418ac
|
Merged multi-auth branch to trunk. See the authentication docs for the ramifications of this change. Many, many thanks to Joseph Kocherhans for the hard work!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-28 16:37:02 +00:00 |
Adrian Holovaty
|
6dfea737f6
|
Made template names in django.contrib.auth.views passable as template_name argument to the view
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-06 05:16:05 +00:00 |
Adrian Holovaty
|
674773bb90
|
Cleaned up some small formatting in docs/authentication.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-02 18:06:41 +00:00 |
Adrian Holovaty
|
e3839f32e5
|
Added docs/sites.txt -- documentation on the sites framework
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-22 04:48:44 +00:00 |
Adrian Holovaty
|
be57a7fd1a
|
Fixed #849 -- Improved login_required view decorator to save query-string parameters. Also added documentation on the django.contrib.auth.views.login view to docs/authentication.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-22 02:46:55 +00:00 |
Malcolm Tredinnick
|
34b798cb42
|
Fixed #1815: More documentation proof-reading from nico@teknico.net.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-15 11:33:17 +00:00 |
Adrian Holovaty
|
f94f0555bc
|
Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line function, and added docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2841 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 03:08:29 +00:00 |
Adrian Holovaty
|
f69cf70ed8
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-02 01:31:56 +00:00 |
Adrian Holovaty
|
66e04858eb
|
Removed legacy password_md5 stuff from docs/authentication.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2587 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-03-28 21:37:59 +00:00 |
Adrian Holovaty
|
93980706bf
|
Fixed ReST error in [2297]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-10 15:28:31 +00:00 |
Adrian Holovaty
|
5c0380b6ed
|
Added 'How to log a user in' section to docs/authetication.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-10 15:27:36 +00:00 |