Page MenuHomePhabricator

Able to see other peoples messages
Closed, InvalidPublic

Description

Screenshot

I have two accounts "Peachey88" and "Peachey88 (Public)", These accounts are not linked in any way other than the common username, my latter account alerts to unread messages that belong to my other account.


Version: unspecified
Severity: major

Attached:

messages.png (1×1 px, 198 KB)

Details

Reference
bz25318

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:18 PM
bzimport set Reference to bz25318.

mysql> select wl_namespace,wl_title from watchlist join user on wl_user=user_id where user_name='Peachey88 (Public)'

-> ;

+--------------+--------------------+

wl_namespacewl_title

+--------------+--------------------+

2Peachey88
2Peachey88_(Public)
3Peachey88
3Peachey88_(Public)

+--------------+--------------------+
4 rows in set (0.00 sec)

You're watching your other account's talkpage.

If this confusing long-time users, it might indicate an underlying interface issue. There's probably a bug or two already filed about the interface being confusing, though.