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

Use Devise for password resets #281

Open
gravitystorm opened this issue Dec 13, 2023 · 0 comments
Open

Use Devise for password resets #281

gravitystorm opened this issue Dec 13, 2023 · 0 comments

Comments

@gravitystorm
Copy link
Owner

I started working on using Devise, specifically for password resets. I figured that would be a straightforward place to start, since the functionality is straightforward, reasonably standalone, and it avoids some of our esoteric code around sessions.

However, after several hours, I didn't get very far. See https://github.com/gravitystorm/openstreetmap-website/tree/devise_passwords for WIP.

I need to pick apart some more of the existing code and align it further with devise, e.g. on new_user_password_path etc. There's also all of our stuff about case-insensitive email addresses, and I'm not sure how that will fit in with devise either.

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

No branches or pull requests

1 participant