Active
Project:
Email Change Confirmation
Version:
7.x-1.1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 May 2013 at 09:44 UTC
Updated:
30 Nov 2017 at 19:37 UTC
Jump to comment: Most recent
Comments
Comment #1
rlmumfordThis would be fixed with this patch:
#2088291: More granular permission on email confirmation.
Comment #2
jaydub commentedRelated to #2286039: Send an email, but don't require clicking the link, in case an admin changes the account
Comment #3
gregglesI agree this appears to be a duplicate of #2088291: More granular permission on email confirmation. which solves this problem as well.
Comment #4
gregglesAs I re-read this it seems related, but not the same as 2088291 :)
Comment #5
purushotam.rai commentedIt will be good if we integrate Admin User Email Change Notify post we resolve this feature request: #2016649: Send message after successful mail change
Post this, we can provide an option to administrators with notifying email change to the user under email field and take action accordingly.
Also, we will have to take care of the exact definition of "bypass email confirmation" user permission as currently, we are checking
user_access("bypass email confirmation") for the logged in user (in this case admin) and hence email_confirm module actually does not operate.
IMO is user (being it logged in user only) has access bypass email confirmation permission, we can check for email_confirm_confirmation_send_mails_after_change variable and proceed accordingly.
What are your views?