-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Allow users to change display name and email #1265
Conversation
Getting a runtime error on name change.
Email change works! Password change works! 🙌 |
- Preemptive change for #1265
Removed note about not being able to change names from the docs in e42e040 |
Woops! Forgot to push some local changes. Should work now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, looks like these values returned by the API are not updated:
Going to merge this in in order to rebase #1266 and #1272, @tw4l and @ikreymer feel free to leave comments on the merged review and I'll incorporate into the follow-up PRs |
Closes #1215 - Adds account settings page - Adds overview page - Adds archived items page - Adds note about browser profile metadata editing - Adds note on editing the crawler instances scale while crawling - Adds details on permission levels for the org settings - Removes note about not being able to change your display name (follows #1265)
Closes #1215 - Adds account settings page - Adds overview page - Adds archived items page - Adds note about browser profile metadata editing - Adds note on editing the crawler instances scale while crawling - Adds details on permission levels for the org settings - Removes note about not being able to change your display name (follows #1265)
Resolves #522
Changes
Manual testing
Screenshots
Follow-ups
Strong password requirements are not enforced, will be handled in #1233