Changeset 496 for trunk/app/config/sql/postgresql/users.sql
- Timestamp:
- 05/16/08 23:04:18 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/sql/postgresql/users.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/sql/postgresql/users.sql
r446 r496 24 24 -- passwd = "karamelo" 25 25 INSERT INTO users("username", "pwd", "name", "email", "group_id", "active", "cv", "quote", "name_blog") 26 VALUES ('admin', ' f713c27c6cfc028ce4f756ea692dcf80af42846c', 'John Smith', 'john@site.edu',26 VALUES ('admin', '3916784b451c011b7ec822fb9bb66cfc3b5dbf0e', 'John Smith', 'john@site.edu', 27 27 1, 28 28 1, … … 30 30 '"Nonviolence is a weapon of the strong", Gandhi', 31 31 'The Lost Forest'); 32
