mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
fix title display in admin UI and abid filter matching in urls
This commit is contained in:
parent
9273db528e
commit
52a813aa80
3 changed files with 35 additions and 4 deletions
|
@ -120,6 +120,8 @@ MIDDLEWARE = [
|
|||
### Authentication Settings
|
||||
################################################################################
|
||||
|
||||
# AUTH_USER_MODEL = 'auth.User' # cannot be easily changed unfortunately
|
||||
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
'django.contrib.auth.backends.RemoteUserBackend',
|
||||
'django.contrib.auth.backends.ModelBackend',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue