Files
@ 4ec7189bb164
Branch filter:
Location: kallithea/MANIFEST.in
4ec7189bb164
401 B
text/plain
auth: unauthenticated users do not have full_name_or_username - show login box instead
AuthUser is only fully populated after it has been loaded with db fields ...
but that only happens for authenticated users. Anonymous users could thus
trigger a crash.
AuthUser is only fully populated after it has been loaded with db fields ...
but that only happens for authenticated users. Anonymous users could thus
trigger a crash.