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

Allow mail being changed #5593

Open
debuglevel opened this issue Dec 4, 2023 · 6 comments
Open

Allow mail being changed #5593

debuglevel opened this issue Dec 4, 2023 · 6 comments

Comments

@debuglevel
Copy link
Contributor

debuglevel commented Dec 4, 2023

GL3 does not allow a user to change her mail address anymore.
Whenever a customer wants to change her mail address (and well, this happens for various reasons), we have to tell "sorry, please create a new account. And no, your rooms/URLs are lost."

It would be nice therefore, to allow users to have their mail changed.

@JeanPluzo
Copy link

Hi,

innocent question: couldn't you change the e-mail address directly in the database?
I know you can change some fields directly in de database in GLv2, but I haven't installed/tested GLv3.
OTOH it would be nice if a user can change her/his e-mail address without an admin's help.

Regards,
J.

@bwildenhain
Copy link

Hi,

innocent question: couldn't you change the e-mail address directly in the database? I know you can change some fields directly in de database in GLv2, but I haven't installed/tested GLv3. OTOH it would be nice if a user can change her/his e-mail address without an admin's help.

Yes, changing via postgres interface works, but self-service is more convenient for users and admins.

@JeanPluzo
Copy link

Ok, good to know for the future.
I agree, self-service is more convenient.

Regards,
J.

@defnull
Copy link
Contributor

defnull commented Dec 4, 2023

Not a simple feature, though. Changing the password-reset email address of an account should only be allowed after entering the current password again, and only take effect once the new email is verified. The old email should also be notified about the change.

For external users, changing email should not be allowed at all. The email is used as a fallback for account correlation.

@Lukas-Rotermund
Copy link

Hi,
innocent question: couldn't you change the e-mail address directly in the database? I know you can change some fields directly in de database in GLv2, but I haven't installed/tested GLv3. OTOH it would be nice if a user can change her/his e-mail address without an admin's help.

Yes, changing via postgres interface works, but self-service is more convenient for users and admins.

Hello,

how do I enter the postgres interface in Greenlight V3?
Tryed it the way I did in Greenlight V2, but it didn't work.

@bwildenhain
Copy link

Hi,
innocent question: couldn't you change the e-mail address directly in the database? I know you can change some fields directly in de database in GLv2, but I haven't installed/tested GLv3. OTOH it would be nice if a user can change her/his e-mail address without an admin's help.

Yes, changing via postgres interface works, but self-service is more convenient for users and admins.

Hello,

how do I enter the postgres interface in Greenlight V3? Tryed it the way I did in Greenlight V2, but it didn't work.

sudo docker exec -it postgres /usr/local/bin/psql -U postgres greenlight-v3-production

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

No branches or pull requests

5 participants