mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-31 16:38:14 +00:00
Update user access link addded
This commit is contained in:
@@ -12,6 +12,7 @@ urlpatterns = patterns('',
|
||||
(r'^profile/reset/service/(?P<serviceid>\d+)/$', views.service_reset),
|
||||
(r'^profile/reset/service/(?P<serviceid>\d+)/(?P<accept>\d+)$', views.service_reset),
|
||||
(r'^profile/apipassword/', views.set_apipasswd),
|
||||
(r'^profile/refresh/', views.refresh_access),
|
||||
(r'^users/(?P<username>.*)/$', views.user_view),
|
||||
(r'^users/$', views.user_lookup),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user