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

[feature] Email change mechanism #2373

Closed
benjaminbhollon opened this issue Nov 20, 2023 · 4 comments · Fixed by #2957
Closed

[feature] Email change mechanism #2373

benjaminbhollon opened this issue Nov 20, 2023 · 4 comments · Fixed by #2957
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@benjaminbhollon
Copy link

Is your feature request related to a problem ?

I've had multiple requests from members of my instance to change the email addresses attached to their accounts, but I don't see any way of doing so.

Describe the solution you'd like.

Ideally, they could change it themselves through the settings portal, perhaps with an email verification mechanism.

Describe alternatives you've considered.

I'd be fine if it requires the admin CLI to change emails; I don't anticipate it being a frequent request and doing it manually likely wouldn't take too much time/effort.

Additional context.

No response

@benjaminbhollon benjaminbhollon added the enhancement New feature or request label Nov 20, 2023
@tsmethurst
Copy link
Contributor

Good feature request! I actually completely forgot we hadn't implemented this yet. We'll try to do it for 0.14.0 probably (we're just polishing things off for 0.13.0 now).

In the meantime I believe you can safely do it manually in the database by doing something like this:

UPDATE users SET email='new_email_address' WHERE email='old_email_address';

And then restarting your instance.

A bit of a hack, but it's there if you need it!

@benjaminbhollon
Copy link
Author

I'll consider doing that, thanks. Glad to hear a polished version will come soon! And that the new release is upcoming. ;)

@tsmethurst tsmethurst added this to the v0.14.0 milestone Dec 16, 2023
@tsmethurst tsmethurst modified the milestones: v0.14.0, v0.15.0 Feb 17, 2024
@tsmethurst
Copy link
Contributor

Hmm. Gonna push this back again to 0.16.0; I'm doing a lot of work on the sign-up flow for that version, and email confirmation / change can be part of that bundle of work.

@tsmethurst tsmethurst modified the milestones: v0.15.0, v0.16.0 Apr 2, 2024
@benjaminbhollon
Copy link
Author

Makes sense. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants