Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
495 posts
|
I'm trying to figure out how to get an email notice to the administrators when a member changes their email address. (I have a separate system that manages all my members, so if they change their email address, I need to change it there also).
I do not see any "Edit this page" links on the "Edit Personal Information" page and if I drill down from the user_profile page to the profile_options page, I can see it goes to edit_profile_path - but I can't seem to access that and a search for the text "Change Email" (which is on the email change page) doesn't reveal any matches. So it looks like this is something I'd need help changing. What I want to get is an email to the administrators that says something like: "User Name" changed email address from "xyz@email.com" to "abc@newemail.com" Can you help? Thanks, Coleen |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
That page is not in naml, so it can't be changed. Do your user change their emails very often?
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
495 posts
|
Unfortunately yes. We have some members that seem to go back and forth between email addresses. We have other members that start with one email address and then change to another to separate out these emails from their other emails they receive.
The informal poll that I've done shows that 80% or more of my 1,200 users plan to use Nabble in subscription email format (versus using it on the web). So I need to be able to handle change of emails easily to keep both my payment system and Nabble in synch. Coleen |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
Please, see you macro: user email changed. Override like this:
<override_macro name="user email changed" parameters="email_old,email_new"> <n.new_email.> <n.send> <to>YOUR EMAIL</to> <subject>User changed email</subject> <text_part> From: <n.email_old/> To: <n.email_new/> </text_part> </n.send> </n.new_email.> </override_macro>Note that you have to put your email address inside "to" tags.
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
495 posts
|
Thank you! It works great.
Coleen |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
495 posts
|
In reply to this post by Pedro
Within the last two weeks, I had a member change her email address and I didn't get the email notification of the change.
So I just did a test with one of my email addresses - changing the email address and after I get the email from Nabble to confirm the change, I click on the link and it takes me to Nabble and give me this error:
... [show rest of quote]
Can you please confirm that the code which you set up in Nabble (in a place I can't access) that calls the "user email changed" is still in Nabble so we will receive these notifications like we did in the past?
Thanks, Coleen |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
I'm looking into it. In my forum the email changing is working well.
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
2557 posts
|
In reply to this post by Coleen_Astalos
I've fixed it, please, take a look now.
My test forum.
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
495 posts
|
Thanks. It's working again. Coleen Coleen Astalos, Stampin' Up! Demonstrator From: Pedro <Nabble> [via Nabble Support] [mailto:[hidden email]] I've fixed it, please, take a look now. My test forum. If you reply to this email, your message will be added to the discussion below: http://support.nabble.com/Receive-notice-of-user-changing-email-address-tp7587679p7590340.html To unsubscribe from Receive notice of user changing email address, click here. |
Free forum by Nabble | Edit this page |