Revision history [back]
Some bugs with identi.ca... rather with statusnet. It doesn't have an implementation similar to django's @loginrequired decorator.The result is that if someone tries to access a page for a logged in user, identi.ca shows an error page saying "Not logged in!". This is not a nice behaviour. What it should do is redirect the user to the login page, and after successful login, redirect the user to the page he requested.