Changeset 5490
- Timestamp:
- 06/18/07 05:02:58 (1 year ago)
- Files:
-
- django/trunk/docs/authentication.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/authentication.txt
r5452 r5490 162 162 Returns a random password with the given length and given string of 163 163 allowed characters. (Note that the default value of ``allowed_chars`` 164 doesn't contain ``"I"`` or letters that look like it, to avoid user165 confusion.164 doesn't contain letters that can cause user confusion, including 165 ``1``, ``I`` and ``0``). 166 166 167 167 Basic usage
