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 change-password form #388

Merged
merged 5 commits into from May 26, 2015
Merged

Add change-password form #388

merged 5 commits into from May 26, 2015

Conversation

brian-c
Copy link
Contributor

@brian-c brian-c commented May 22, 2015

Allows users to change their passwords from the settings page

Closes #333.


{if @state.inProgress
<i className="fa fa-spinner fa-spin form-help"></i>
else if @state.success
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpicky, but @state.success is never used, due to having to signOut/signIn to get a new session.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd actually like to leave this. The real issue is that the auth modules needs to sign out and back in. There might be a way around that, but I don't think it's worth investing too much time in right now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Roger that.

@chrissnyder
Copy link
Contributor

Other than the above comment, looks good to me.

chrissnyder added a commit that referenced this pull request May 26, 2015
@chrissnyder chrissnyder merged commit c832383 into master May 26, 2015
@chrissnyder chrissnyder deleted the update-password branch May 26, 2015 14:38
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

Successfully merging this pull request may close these issues.

Allow users to change their password
2 participants