Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for password reset #215

Closed
Tracked by #218
teolemon opened this issue Aug 16, 2021 · 1 comment · Fixed by #254
Closed
Tracked by #218

Add support for password reset #215

teolemon opened this issue Aug 16, 2021 · 1 comment · Fixed by #254
Assignees

Comments

@teolemon
Copy link
Member

Password reset
https://world.openfoodfacts.org/cgi/reset_password.pl

@M123-dev M123-dev self-assigned this Aug 17, 2021
@teolemon
Copy link
Member Author

teolemon commented Aug 19, 2021

<form method="post" action="/cgi/reset_password.pl" enctype="multipart/form-data">
            <label>
                Username or e-mail address: 
                <input type="text" name="userid_or_email">
            </label>
        
        <input type="hidden" name="action" value="process">
        <input type="hidden" name="type" value="send_email">
        <input type="submit" name=".submit" class="button">
    </form>```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants