change_forgot_url is /reset/
This commit is contained in:
parent
6696fcf8af
commit
fdb8d7a777
@ -49,7 +49,7 @@ def verification_url(token):
|
||||
return url
|
||||
|
||||
def change_forgot_url(token):
|
||||
url = f"{baseurl}/portal/change/forgot?token={token}"
|
||||
url = f"{baseurl}/reset?token={token}"
|
||||
return url
|
||||
|
||||
menu = {
|
||||
|
Loading…
Reference in New Issue
Block a user