Your IP : 216.73.216.65


Current Path : /home/ataenra/www/administrator/components/com_admin/sql/updates/postgresql/
Upload File :
Current File : /home/ataenra/www/administrator/components/com_admin/sql/updates/postgresql/4.2.7-2022-12-29.sql

UPDATE "#__mail_templates"
   SET "params" = '{"tags":["name","sitename","siteurl","username"]}'
 WHERE "template_id" = 'com_users.registration.user.registration_mail' AND "params" = '{"tags":["name","sitename","activate","siteurl","username"]}';

UPDATE "#__mail_templates"
   SET "params" = '{"tags":["name","sitename","siteurl","username","password_clear"]}'
 WHERE "template_id" = 'com_users.registration.user.registration_mail_w_pw' AND "params" = '{"tags":["name","sitename","activate","siteurl","username","password_clear"]}';