Show
Ignore:
Timestamp:
12/11/07 16:22:15 (2 years ago)
Author:
JensDiemer
Message:

renamed the settings variable "INSTALL_PASS_HASH" to "INSTALL_PASSWORD_HASH"
Now, the name contains "PASSWORD", so django hide the value from a debug traceback.
more information: http://www.pylucid.org/_goto/121/changes/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/settings_example.py

    r1320 r1340  
    7474# Install Password to login into the _install section. 
    7575ENABLE_INSTALL_SECTION = True 
    76 INSTALL_PASS_HASH = "" 
     76INSTALL_PASSWORD_HASH = "" 
    7777 
    7878#_____________________________________________________________________________