Changeset 5094
- Timestamp:
- 04/26/07 09:52:40 (1 year ago)
- Files:
-
- django/trunk/docs/authentication.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/authentication.txt
r5073 r5094 209 209 to salt the raw password to create the hash. Note that the ``crypt`` method is 210 210 only supported on platforms that have the standard Python ``crypt`` module 211 available. 211 available, and ``crypt`` support is only available in the Django development 212 version. 212 213 213 214 For example::
