From a3f00bfc357b07d67f42a4234fa491623b004689 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Wed, 25 May 2011 11:34:30 +0200 Subject: Added *args to change_other. Changed default lenght of reset password to 10. --- urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 8ac6782..2674519 100644 --- a/urls.py +++ b/urls.py @@ -6,4 +6,5 @@ urlpatterns = patterns('apps.changepw.views', url(r'^/changepw$', 'change_password', name='changepw'), url(r'^/resetpw$', 'reset_password', name='resetpw'), url(r'^/changeother$', 'change_other', name='changeother'), + url(r'^/[-\w]+$', 'change_other'), ) -- cgit v1.1