TheRosettaFoundation / SOLAS-Match

Self-managed translation project interface
www.TheRosettaFoundation.org
GNU Lesser General Public License v3.0
12 stars 8 forks source link

Need a way of changing a Users email #1225

Closed alanbarrett closed 8 years ago

alanbarrett commented 8 years ago

We need a way of changing a Users email.

Alan.
alanbarrett commented 8 years ago

https://github.com/TheRosettaFoundation/SOLAS-Match/issues/1225 I have now implemented this. There is now a button, if you are a Site Admin, "Change User email Address".

Clicking on this bring you to a page which allows you to change the email for that user.

Be sure that the email really belongs to the user!

Range of commits that implement this (click on "Files changed" tab)... https://github.com/TheRosettaFoundation/SOLAS-Match/compare/db76511b2bad991ca816a7496c228fdc2573fec2...942412ccec1a5a75ee52df65e538967bce484830

It is possible to extend this to allow a user to change their own email, but that would require verification emails and is more work.

Alan.