Files @ 7b780f5f5cab
Branch filter:

Location: kallithea/docs/changelog.rst

7b780f5f5cab 199 B text/prs.fallenstein.rst Show Annotation Show as Raw Download as Raw
Søren Løvborg
auth: avoid random auth_internal failures - add explicit import of auth_internal to user admin

auth_internal would often have been loaded by the custom auth module loader and
available as auth_modules.auth_internal ... but sometimes it wasn't and
navigating to Add User would fail with:

File '.../kallithea/controllers/admin/users.py', line 155 in new
c.default_extern_type = auth_modules.auth_internal.KallitheaAuthPlugin.name
AttributeError: 'module' object has no attribute 'auth_internal'
1
2
3
4
5
6
7
8
9
.. _changelog:

=========
Changelog
=========

Kallithea project doesn't keep its changelog here.  We refer you to our `Mercurial logs`__.

.. __: https://kallithea-scm.org/repos/kallithea/changelog