diff --git a/kallithea/lib/auth_modules/auth_container.py b/kallithea/lib/auth_modules/auth_container.py --- a/kallithea/lib/auth_modules/auth_container.py +++ b/kallithea/lib/auth_modules/auth_container.py @@ -208,7 +208,6 @@ class KallitheaAuthPlugin(auth_modules.K 'email': email or '', 'admin': admin or False, 'active': active, - 'active_from_extern': True, 'extern_name': username, }