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

[#28] [Backend] As a User, I can reset my password via the Web UI #44

Merged
merged 1 commit into from Jun 28, 2021

Conversation

malparty
Copy link
Owner

@malparty malparty commented Jun 23, 2021

What happened

Devise is already 99% configured, so not much to change in here!
As recommended by Samuel here, I just activated the Paranoid mode.

This prevents unauthenticated user to "guess" if an account exists or not.

Insight

Devise initialization, I uncommented 1 line ;-)

config.paranoid = true

The whole password reset feature is provided by Devise gem.

Proof Of Work

Reset password form If maching email, sends the reset password message In any case, display the message bellow:
image image image

@malparty malparty added $user-login Authentication: Sign up, sign in and sign out @0.3.0 v0.3.0 third week release Feature Backend priority: low labels Jun 23, 2021
@malparty malparty added this to the 0.3.0 milestone Jun 23, 2021
@malparty malparty added this to In development in Product backlog via automation Jun 23, 2021
@malparty malparty self-assigned this Jun 23, 2021
@malparty malparty moved this from In development to In code review in Product backlog Jun 23, 2021
@malparty malparty linked an issue Jun 24, 2021 that may be closed by this pull request
Product backlog automation moved this from In code review to Ready for QA Jun 28, 2021
@malparty malparty merged commit be83e11 into develop Jun 28, 2021
@malparty malparty deleted the feature/reset-password-backend branch June 28, 2021 09:13
@malparty malparty modified the milestones: 0.3.0, 0.4.0 Jun 28, 2021
@malparty malparty mentioned this pull request Jul 1, 2021
@malparty malparty moved this from Ready for QA to Completed in Product backlog Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Feature priority: low $user-login Authentication: Sign up, sign in and sign out @0.3.0 v0.3.0 third week release @0.4.0
Projects
Development

Successfully merging this pull request may close these issues.

[Backend] As a User, I can reset my password via the Web UI
3 participants