mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Few fixes for live issues discovered with the API password setting fuction
This commit is contained in:
@@ -20,7 +20,7 @@ urlpatterns = patterns('',
|
||||
(r'^profile/log/eveapi/(?P<userid>\d+)/$', views.eveapi_log),
|
||||
(r'^profile/characters$', views.characters),
|
||||
(r'^profile/characters/(?P<charid>.*)/$', views.characters),
|
||||
(r'^profile/apipassword/', views.set_apipassword),
|
||||
(r'^profile/apipassword/', views.set_apipasswd),
|
||||
(r'^users/(?P<username>.*)/$', views.user_view),
|
||||
(r'^users/$', views.user_lookup),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user