Django

Code

Show
Ignore:
Timestamp:
06/18/07 11:43:17 (2 years ago)
Author:
bouldersprinters
Message:

boulder-oracle-sprint: Merged to [5490]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/boulder-oracle-sprint/docs/authentication.txt

    r5463 r5491  
    162162      Returns a random password with the given length and given string of 
    163163      allowed characters. (Note that the default value of ``allowed_chars`` 
    164       doesn't contain ``"I"`` or letters that look like it, to avoid user 
    165       confusion
     164      doesn't contain letters that can cause user confusion, including 
     165      ``1``, ``I`` and ``0``)
    166166 
    167167Basic usage