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
- 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 clipboardwget 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 clipboardupdate 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+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- 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