diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-19 21:39:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-19 21:39:29 +0000 |
commit | dedfdefcf300b99320a32353f1e54b9919d7aadf (patch) | |
tree | 70d29120d2d986e7f68cddb0e31bf474b61b7020 /test/fixtures | |
parent | 21617889e8d32762256f5bd0cc5493758b3cffb9 (diff) | |
download | redmine-dedfdefcf300b99320a32353f1e54b9919d7aadf.tar.gz redmine-dedfdefcf300b99320a32353f1e54b9919d7aadf.zip |
Disabled on the fly registration for auth_source fixture.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8913 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/auth_sources.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/auth_sources.yml b/test/fixtures/auth_sources.yml index e478ad0a7..3f980dd95 100644 --- a/test/fixtures/auth_sources.yml +++ b/test/fixtures/auth_sources.yml @@ -10,4 +10,4 @@ auth_sources_001: attr_firstname: givenName attr_lastname: sn attr_mail: mail - onthefly_register: true + onthefly_register: false |