You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: