Changeset 4918
- Timestamp:
- 07/10/08 12:52:55 (4 months ago)
- Files:
-
- trunk/tg/environment.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tg/environment.py
r4875 r4918 42 42 'groups_table':'tg_group', 43 43 'permissions_table':'tg_permission', 44 'password_encryption_method':'sha ',44 'password_encryption_method':'sha1', 45 45 } 46 46