Changeset 4918

Show
Ignore:
Timestamp:
07/10/08 12:52:55 (4 months ago)
Author:
percious
Message:

fixed environment encryption algorithm default to sha1 instead of sha, so it will work with silverplate.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tg/environment.py

    r4875 r4918  
    4242                                  'groups_table':'tg_group', 
    4343                                  'permissions_table':'tg_permission', 
    44                                   'password_encryption_method':'sha', 
     44                                  'password_encryption_method':'sha1', 
    4545                          } 
    4646