﻿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
7011	Authentication documentation doesn't describe is_active very well.	Malcolm Tredinnick	nobody	"The documentation for the User class in the authentication docs doesn't describe the effect of the `is_active` flag. It could easily lead people to suspect that the flag enforces whether the person can log in, however it is just a flag and the user's code needs to check it when determining whether to grant the user access to things. Nothing in the User model or login path enforces is_active (which is a good thing), although permission checking does respect it (useful for things doing model-level permission checking).

I'm not going to fix this now, since the documentation directory is undergoing churn at the moment whilst Jacob refactors it. This should wait until after that is finished."		closed	Documentation	dev		fixed			Accepted	0	0	0	0	0	0
