Home » Wapka Codes 2021 » How do I allow a user to recover/change a forgotten password?
fchagas97 3 years ago |
I realized that Wapka does not have a password recovery system for my users. Is it possible to create a workaround to allow this?
comment |
Recent Comments (3)
mario | 3 years ago |
in register form set var_password and use default :POST(password); for both < password > and < var_password > it will save user password so then create a page forgot password then code user lister search form let user lister < search > be :REQUEST(account); < / search > when visitor forget password then search account to ask visitor is these your account? if click Yes btn then direct visitor to page were he will input email address of that specific search account and then login replace var(password) account login direct to change account.
reply |