Allow updating of email address in user settings #103
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow updating of email address in user settings #475to Allow updating of email address in user settingsJust as a note, when you update the attribute via ActiveRecord, it will automatically store the new email address in a different field and send out a confirmation email. When the confirmation link is used, the email attribute is then actually updated and the temporary (new) one is cleared again.