diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-11 10:48:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-11 10:48:54 +0000 |
commit | c31411ec0029d5b2033d2d91aef18f601a8a7224 (patch) | |
tree | dbbf2414f6d85a7bb05aad58297398fd0e692c99 /test/fixtures/users.yml | |
parent | 8f40750ad7f7ad512fd816757f072c42fae20e66 (diff) | |
download | redmine-c31411ec0029d5b2033d2d91aef18f601a8a7224.tar.gz redmine-c31411ec0029d5b2033d2d91aef18f601a8a7224.zip |
Fixes ApplicationHelper#link_to_user
* No link to a locked user page (closes #4182)
* Translate Anonymous string
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3024 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/users.yml')
-rw-r--r-- | test/fixtures/users.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 29d4f1565..29fc6be04 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -83,7 +83,7 @@ users_005: users_006: id: 6 created_on: 2006-07-19 19:33:19 +02:00 - status: 1 + status: 0 last_login_on: language: '' hashed_password: 1 |