X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fdb;h=1fb2796e99adb20ada51be9dee3869e59d44fc2a;hb=da4b7b801a7d425595254198a4123ea00304a46b;hp=80c40092a39012eff1005fc71db7a67bab9f300d;hpb=6c3a281da2821e800da86855538bb94414714ebd;p=myplc.git diff --git a/plc.d/db b/plc.d/db index 80c4009..1fb2796 100755 --- a/plc.d/db +++ b/plc.d/db @@ -125,9 +125,13 @@ case "$1" in psql -U $PLC_DB_USER -c "UPDATE persons SET email='$PLC_API_MAINTENANCE_USER' WHERE person_id=1" $PLC_DB_NAME # Update the Drupal site_name variable + # also turn off drupal native user registration psql -U $PLC_DB_USER drupal <