﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26035	usertools block in admin console visible after logout	Scott Pashley	Scott Pashley	"When a user logs out of the admin interface, they get directed to a page (/admin/logout/) which acknowledges that the user is logged out of the system.

In the top right hand corner of the screen, the welcome string is still visible (without the username), as are the ""view site"" and ""log out"" links. This block should no longer be visible as the user is now logged out at this point.

This is happening because the block is visible as long as {{{ has_permission }}} returns True.

I suggest that we also check that the user is authenticated using {{{ user.is_authenticated }}} in addition to the current check.
"	Bug	closed	contrib.admin	1.8	Release blocker	fixed	admin, logout, ui		Accepted	0	0	0	0	0	1
