diff options
Diffstat (limited to 'test/fixtures/users.yml')
-rw-r--r-- | test/fixtures/users.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 15bf89bc5..8136b41d9 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -105,12 +105,15 @@ users_006: login: '' type: AnonymousUser users_007: + # A user who does not belong to any project id: 7 created_on: 2006-07-19 19:33:19 +02:00 status: 1 last_login_on: - language: '' - hashed_password: 1 + language: 'en' + # password = foo + salt: 7599f9963ec07b5a3b55b354407120c0 + hashed_password: 8f659c8d7c072f189374edacfa90d6abbc26d8ed updated_on: 2006-07-19 19:33:19 +02:00 admin: false mail: someone@foo.bar |