Skip to main content
Rank 2
April 15, 2025
Solved

Changed email address but my OVO Forum Messages are still sent to old address

  • April 15, 2025
  • 17 replies
  • 458 views

Simple question :

  • I changed my email address on my OVO account - this was simple and effective so I now receivee all account communications to the new address.
  • However messages from the OVO forum still get sent to the old address and within the forum I can’t find any method for effecting this change.
     
  • I’ve looked in the ‘My Profile’ and ‘ Settings’ pages but can't see any record of the email address (old or new)
  • I presume that the original account  set-up propagated the email address from the Ovo account to the Ovo Forum account but that there is no process set up to do this again when an account email address is changed .
  • How would this be achieved ?
Best answer by Abby_OVO

Hey ​@PJW 

 

I’m glad to see some of our users have already stopped by with some advice here.

 

The online account for your OVO energy has separate login details than those that you’ll use for the Forum. If you need to change the email address for your Forum login, please reach out to one of the moderators ( ​@Bradley_OVO, ​@Emmanuelle_OVO, ​@Abby_OVO, ​@Chris_OVO or ​@Ben_OVO) or pop us an email at forum@ovoenergy.com.

 

We’ve got a slightly similar topic which may also be helpful:

 

 

Hope this helps.😊

17 replies

Blastoise186
Super User
Super User
April 17, 2025

The only way that could work at all would be via Single Sign-On and/or the inSided API.

OVO has already stated somewhere previously that they weren’t ready to do that for the Forum yet.

Securing energy by zapping security bugs... For that is The Blastoise Way! Remember, I'm just like you - AI Powered Evil Geniuses aren't Staff!
Firedog
Super User
Super User
April 17, 2025

Whilst I have no doubt that Gainsight could implement such a cookie check etc. the question is whether they would.

Just compare the cookies stored by this site (a) when you’re not signed in to the energy account, and (b) when you are. I’ve commented on this cross-pollination of cookies before. GS can tell whether you’re signed in or not, and even what your OVO account number is. 

While viewing this page, and while you’re signed in to your OVO energy account, paste this into your browser address bar:
  

javascript:function getCookie(name) {var value = '; ' + document.cookie;var parts = value.split('; ' + name + '=');if (parts.length == 2) return parts.pop().split(';').shift();}alert("You are signed in to OVO account no. " + getCookie('selectedAccountId'));


The browser might refuse to run script like this, e.g. by removing the javascript: prefix. I just put it back and tried again:
  

forum.ovoenergy.com knows my account no. *account number removed by moderator*

 

Noel | I have no official status; I'm just a volunteer who comes here to help other customers. My gear: Aclara SGM 1416-B Electricity-only E7 meter; Chameleon IHD3-PPMID-AAA | It may look as if I know what I’m talking about, but don’t let that fool you. |
Blastoise186
Super User
Super User
April 18, 2025

That would be massively insecure. I don’t think Gainsight could even do it that way because of web restrictions. Your code is also broken - no parts of OVO infrastructure serve your account number as a plaintext cookie.

There’s no way the Forum could have scraped your account number like that. Only the site that sets the cookie, can read that cookie back has been a strict rule since day 1.

Securing energy by zapping security bugs... For that is The Blastoise Way! Remember, I'm just like you - AI Powered Evil Geniuses aren't Staff!
Firedog
Super User
Super User
April 18, 2025

There’s no way the Forum could have scraped your account number like that. 
 

Doesn’t my screenshot illustrate that the forum can indeed retrieve my account number? 
  

Your code is also broken - no parts of OVO infrastructure serve your account number as a plaintext cookie. 
 

But that’s the point I’m making:

  1. As soon as I sign in, this session cookie is set on the ovoenergy.com domain:
      

     

  2. My code can’t be broken if it can retrieve this cookie. It should be trivial for Gainsight to check that one of the ovoenergy.com cookies set on sign-in exists before allowing a forum account username (email address) to be changed by the user. 

     

[Apologies to @PJW  for taking his thread so far off-course. If this is all too boring or abstruse, please just ignore our chit-chat.]  

Noel | I have no official status; I'm just a volunteer who comes here to help other customers. My gear: Aclara SGM 1416-B Electricity-only E7 meter; Chameleon IHD3-PPMID-AAA | It may look as if I know what I’m talking about, but don’t let that fool you. |
Blastoise186
Super User
Super User
April 18, 2025

That didn’t come from the Forum - it came from a third-party cookie so the Forum can’t see it.

Securing energy by zapping security bugs... For that is The Blastoise Way! Remember, I'm just like you - AI Powered Evil Geniuses aren't Staff!
Abby_OVO
Community Manager
Community Manager
April 18, 2025

Hey ​@Firedog 

 

I’ve had to remove the screenshots as they have got your account number and we don’t want that shared all across the Forum. 

 

Blastoise has left some good advice here already. I would add, it’s not possible for Gainsight to know anything about OVO accounts unless it’s been provided on the Forum, the Forum platform is in no way linked to any other OVO system to gain that data.

 

I wonder if it’s coming from the forum profile information when you signed up. There’s a similar private box to the email one Bradley added, where you can provide you account number, so I would assume it’s come from there? If you click into ‘My Profile’, you should be able to see if you’ve got it in there. You can also edit your profile there if you wish to remove it. 

 

 

It is a private function so only yourself, and us moderators can see that. 

Currently Playing: She's Electric
Firedog
Super User
Super User
April 18, 2025

  

That didn’t come from the Forum - it came from a third-party cookie so the Forum can’t see it.

So it’s all right for a third party (who?) to see my OVO energy account no., but it’s not all right for the forum platform to check whether a particular cookie exists at the forum site? Isn’t that a bit odd?

.ovoenergy.com is hardly a ‘third party’. It’s the parent domain of both forum.ovoenergy.com and account.ovoenergy.com, which is why the browser allows them to share cookies, the point I’ve been trying to make. It’s possible that not everyone will see the selectedAccountID cookie, but the account no. is available nonetheless as one of the elements in the main MixPanel cookie. Please have a look.

I’m not sure what is so insecure about subdomains sharing cookies (and I don’t understand why I’m not allowed to show my account no. here). I clearly have a lot to learn about forum security.

 

Noel | I have no official status; I'm just a volunteer who comes here to help other customers. My gear: Aclara SGM 1416-B Electricity-only E7 meter; Chameleon IHD3-PPMID-AAA | It may look as if I know what I’m talking about, but don’t let that fool you. |