feat: added tests for reset password
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ i18n_resolvers = i18n_patterns(
|
||||
path(_("register/"), register, name="register"),
|
||||
path(_("reset-password/"), reset_password, name="reset_password"),
|
||||
path(
|
||||
_("reset/<uidb64>/<token>/"),
|
||||
_("reset-password/<uidb64>/<token>/"),
|
||||
reset_password_confirm,
|
||||
name="reset_password_confirm",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user