- Timestamp:
- 06/18/07 11:43:17 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/boulder-oracle-sprint/docs/authentication.txt
r5463 r5491 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
