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
Place adminer.php (<190Kb) in your slave tiki server (dev.t.o in this case),
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:
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!)
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |