Cleaned up 'How do I create users without having to edit password hashes?' entry in docs/faq.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-08-04 04:20:34 +00:00
parent fd5d923c6b
commit 69de69d86a
1 changed files with 3 additions and 6 deletions

View File

@ -620,13 +620,10 @@ like to make should be possible by editing the stylesheet. We've got a
How do I create users without having to edit password hashes? How do I create users without having to edit password hashes?
------------------------------------------------------------- -------------------------------------------------------------
We don't recommend you create users via the admin interface, because at the If you'd like to use the admin site to create users, upgrade to the Django
moment it requires you to edit password hashes manually. (Passwords are hashed development version, where this problem was fixed on Aug. 4, 2006.
using one-way hash algorithms for security; there's currently no Web interface
for changing passwords by entering the actual password rather than the hash.)
To create a user, you'll have to use the Python API. See `creating users`_ for You can also use the Python API. See `creating users`_ for full info.
full info.
.. _creating users: http://www.djangoproject.com/documentation/authentication/#creating-users .. _creating users: http://www.djangoproject.com/documentation/authentication/#creating-users