Loading...
 
Skip to main content

Update email in mail notifications list from intertiki sites when email replaced in user account in master site

Status
Open
Subject
Update email in mail notifications list from intertiki sites when email replaced in user account in master site
Version
12.x
14.x
15.x
Category
  • Consistency
  • Usability
  • Community projects
  • Dogfood on a *.tiki.org site
  • Feature request
Feature
Watch (email notifications of changes)
Resolution status
New
Submitted by
Xavier de Pedro
Lastmod by
Xavier de Pedro
Rating
(0)
Description

Update email in mail notifications list when email replaced in user account

I did change my email in my account settings at t.o. That email was transfered to dev.t.o properly.
And my mail notifications in t.o where updated properly. However, the mail notifications in the slave sites (from the same intertiki network) did not get updated

Workaround

Place adminer.php (<190Kb) in your slave tiki server (dev.t.o in this case),

Copy to clipboard
wget https://www.adminer.org/static/download/4.2.4/adminer-4.2.4-mysql-en.php


and replace your email by hand in the tiki_user_watches table, with an SQL command such as:

Copy to clipboard
update tiki_user_watches set email = replace(email, 'email1@example.com', 'email2@anotherexample.com');


Done. (hundreds of rows updated in a single go! uff, finally!)

Importance
4
Easy to solve?
5
Priority
20
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5886
Created
Wednesday 06 April, 2016 14:46:30 UTC
by Xavier de Pedro
LastModif
Monday 30 May, 2016 08:25:44 UTC


Show PHP error messages