Custom Query (2152 matches)
Results (1384 - 1386 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1512 | fixed | Modifying user name makes you semi-log-out | ross | rgrp |
Description |
If you modify your user name, it looks like you are logged out, but you are actually logged in and therefore can't login. (Reported by Pablo) As a work around, you need to logout and log back in. implementation
|
|||
#1513 | fixed | Logged in/out problems | dread | dread |
Description |
Richard Cyganiak: I often see a problem where half the system thinks that I'm logged in, while the other half insists I'm not. Logout then login again may fix it. David Read: I think I've seen it several times that the "My Account" link is given (suggesting you're logged in) but when you click it it asks you to log in, which means you weren't. |
|||
#1514 | duplicate | Modifying user name loses connection with revisions | dread | |
Description |
If you edit your user name, the number of revisions you made returns to 0. This is because in the Revision object, the user's name is stored, rather than the user's ID. rgrp: We can reconnect that pretty easily (and have a longer term solution that involves not using the usernames but the userids in in the Revision objects so we don't hvae this problem in future!) |