Delete OpenRefineAuth and change password requirements

This commit is contained in:
prance 2022-01-27 19:28:09 +01:00
parent 829efffce7
commit 16d8d324a4
9 changed files with 6 additions and 24 deletions

View File

@ -89,12 +89,12 @@ AUTH_PASSWORD_VALIDATORS = [
{
'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator',
},
{
'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator',
},
{
'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator',
},
# {
# 'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator',
# },
# {
# 'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator',
# },
{
'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator',
},

View File

@ -1,3 +0,0 @@
from django.contrib import admin
# Register your models here.

View File

@ -1,6 +0,0 @@
from django.apps import AppConfig
class OpenrefineauthConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'OpenRefineAuth'

View File

@ -1,3 +0,0 @@
from django.db import models
# Create your models here.

View File

@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.

View File

@ -1,3 +0,0 @@
from django.shortcuts import render
# Create your views here.

Binary file not shown.