settings
+ logging when user is altered + password changing (with log entry)
This commit is contained in:
parent
75fcd2648e
commit
174a9da501
6 changed files with 96 additions and 3 deletions
|
|
@ -4,4 +4,5 @@ from . import views
|
|||
urlpatterns = [
|
||||
path('', views.index, name='index'),
|
||||
path('register', views.register, name='register'),
|
||||
path('changepassword', views.changepassword, name='change_password')
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue