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

Account update page #167

Closed
hesselink opened this issue Dec 6, 2013 · 2 comments · Fixed by #1047
Closed

Account update page #167

hesselink opened this issue Dec 6, 2013 · 2 comments · Fixed by #1047

Comments

@hesselink
Copy link
Contributor

Currently, the only way to update a user's name or, more importantly, email address, seems to be a PUT to /user//name-contact with the JSON. It would be useful to have an actual html page where users can update their email address (probably with another confirmation email) and user name.

@gbaz gbaz self-assigned this Sep 20, 2017
@gbaz
Copy link
Contributor

gbaz commented Jan 28, 2018

We have http://hackage.haskell.org/user/[User]/manage

What we should do is add this there, and also add a good way to navigate to this page (which is somewhat obscure). Such a page can also handle user notification prefs for #622

My potential idea is that we navigate there from the top-level http://hackage.haskell.org/accounts page, and just have a "Manage Your Account" link to a page that requires a login, then redirects the user to their appropriate page.

@gbaz
Copy link
Contributor

gbaz commented Mar 19, 2018

we have the account-management redirect page now, but we still need an email-update form on it. (not sure if we want to allow user-name updates?)

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