From d7334b2ab17d8f557fc5eeab9d75739950310a85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 8 Jan 2010 11:21:08 +0000 Subject: [PATCH] revert previous commit. Thierry suggets to do this in db-config.d, to fix the issue for current deployments too. --- drupal-hacks/database.pgsql | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/drupal-hacks/database.pgsql b/drupal-hacks/database.pgsql index 15bcff2..2e574ac 100644 --- a/drupal-hacks/database.pgsql +++ b/drupal-hacks/database.pgsql @@ -10,14 +10,3 @@ INSERT INTO users(uid,name,mail) VALUES(1,'drupal',''); -- PlanetLab: Replace default user login block with PlanetLab login block update blocks set module='planetlab' where module='user' and delta='0'; - --- Disallow anonymous users to register --- --- an already populated database may have the variable 'user_register' --- set. In that case you can update the value and clear the cache. --- --- update variable set value='s:1:"0";' where name='user_register'; --- delete from cache; --- -insert into variable (name, value) values ('user_register', 's:1:"0";'); - -- 2.43.0