Prevent password change for 'chuck' user
This commit is contained in:
parent
7fe335a56d
commit
96dd73ea23
2 changed files with 37 additions and 1 deletions
|
@ -27,7 +27,7 @@ def includeme(config):
|
|||
|
||||
# core views
|
||||
config.include('rattail_demo.web.views.common')
|
||||
config.include('tailbone.views.auth')
|
||||
config.include('rattail_demo.web.views.auth')
|
||||
|
||||
# main table views
|
||||
config.include('tailbone.views.brands')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue