Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
internewshid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aptivate
client-projects
internewshid
Commits
8736b78e
Commit
8736b78e
authored
5 years ago
by
Martin Burchell
Browse files
Options
Downloads
Patches
Plain Diff
Remove change password for now
I don't think this is used
parent
35c8c119
No related branches found
Branches containing commit
No related tags found
2 merge requests
!166
Staging
,
!157
Django 2.2 and Python 3 upgrade
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
internewshid/users/auth_urls.py
+1
-6
1 addition, 6 deletions
internewshid/users/auth_urls.py
with
1 addition
and
6 deletions
internewshid/users/auth_urls.py
+
1
−
6
View file @
8736b78e
from
django.conf.urls
import
url
from
django.contrib.auth.views
import
(
LoginView
,
logout_then_login
,
PasswordChangeView
,
PasswordResetConfirmView
LoginView
,
logout_then_login
,
PasswordResetConfirmView
)
from
django.urls
import
reverse
from
.views
import
ResetPassword
...
...
@@ -13,8 +12,4 @@ urlpatterns = [
url
(
r
'
password_reset_confirm/(?P<uidb64>[0-9A-Za-z]{1,13})-(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$
'
,
PasswordResetConfirmView
.
as_view
(),
{
'
post_reset_redirect
'
:
'
/
'
},
name
=
'
password_reset_confirm
'
),
url
(
r
'
password_change/$
'
,
PasswordChangeView
.
as_view
(),
{
'
post_change_redirect
'
:
reverse
(
'
personal_edit
'
)},
name
=
'
password_change
'
),
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment