From 9a67fb99ef23facf62151974a9c553ca68888281 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 27 May 2010 12:29:39 +0000 Subject: - Patch #174972 by rfay, stBorchert, gaele: user creation setting should be 'Visitors, with admin approval'. --- modules/profile/profile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile') diff --git a/modules/profile/profile.test b/modules/profile/profile.test index 61709d34a..ce90e3e36 100644 --- a/modules/profile/profile.test +++ b/modules/profile/profile.test @@ -10,7 +10,7 @@ class ProfileTestCase extends DrupalWebTestCase { function setUp() { parent::setUp('profile'); - variable_set('user_register', 1); + variable_set('user_register', USER_REGISTER_VISITORS); $this->admin_user = $this->drupalCreateUser(array('administer users', 'access user profiles')); -- cgit v1.2.3