Remove custom logic for preventing password change for 'chuck'

upstream now handles this
This commit is contained in:
Lance Edgar 2020-09-23 16:30:00 -05:00
parent 1e06066353
commit 2a34243e33
2 changed files with 1 additions and 25 deletions

View file

@ -8,7 +8,7 @@ def includeme(config):
# core views
config.include('rattail_demo.web.views.common')
config.include('rattail_demo.web.views.auth')
config.include('tailbone.views.auth')
config.include('tailbone.views.progress')
config.include('tailbone.views.tables')