Django

Code

Changeset 5490

Show
Ignore:
Timestamp:
06/18/07 05:02:58 (1 year ago)
Author:
lukeplant
Message:

Updated documentation for User.objects.make_random_password, fixing
punctuation at the same time.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/authentication.txt

    r5452 r5490  
    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