Changeset 9964
- Timestamp:
- Jan 6, 2009, 9:30:14 PM (14 years ago)
- Location:
- OpenPNE3/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/data/fixtures/003_import_admin_user.yml
r7902 r9964 3 3 id: ~ 4 4 username: "admin" 5 password: <?php echo md5('password') . "\n"; ?>5 password: "password" -
OpenPNE3/trunk/test/fixtures/test_data.yml
r9484 r9964 93 93 id: ~ 94 94 username: "admin" 95 password: <?php echo md5('password') . "\n"; ?>95 password: "password" 96 96 Navi: 97 97 secure_global_navi_home:
Note: See TracChangeset
for help on using the changeset viewer.