Project

General

Profile

Actions

Task #3533

closed

Redesign to function like other sites do

Added by krileon almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
Start date:
21 May 2012
Due date:
% Done:

100%

Estimated time:

Description

Other sites don't logout and don't block. They simply send an email to the new email address and if you click the link it changes the email address. This can easily be done as the database is already there to determine the new email based off confirm code; simply set the old email after profile update and ensure the new email was pushed to database then on click of confirmation link set the new email. If link is never clicked then don't change the email address from the old.

Actions #1

Updated by krileon almost 12 years ago

This includes removal of the "revert" feature and ensure the confirm link is HTML click-able.

Actions #2

Updated by krileon almost 12 years ago

  • % Done changed from 0 to 60

Trigger is being changed to "onBefore" so plugins using "onAfter" don't mistakenly get the new email when it was never confirmed yet. At the end of the query, profile update, etc.. the email is changed back to the old email thus the email will not be changed on storage.

Implemented firing of "onAfter" trigger when user confirms the email change so plugins using the trigger will be informed of the change.

Actions #3

Updated by krileon almost 12 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 60 to 100

Default email message has been changed to provide an HTML click-able confirmation link. Note this won't affect those who have already saved their plugins configuration and will need to be added manually with <a href="[reconfirm]">[reconfirm]<a/>.

Actions #4

Updated by krileon almost 12 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF