This feels very not right… How can they refuse email change? Can only imagine how many people who eventually change their emails and want theirs changed too. What a shitty thing.
Poorly designed systems
Submitted 1 year ago by LunchEnjoyer@lemmy.world to mildlyinfuriating@lemmy.world
https://i.imgur.com/icP9egc.png
This feels very not right… How can they refuse email change? Can only imagine how many people who eventually change their emails and want theirs changed too. What a shitty thing.
Poorly designed systems
Lol, the fact that they try to give security advice for an account other than their own… They can’t possibly know what sort of email someone has or what they should do with it.
Well, they've got to say something. Whether it actually makes sense is probably not even a secondary concern.
That’s what I would do
I am absolutely not shocked that something like this is an issue at BSG
Oh noooo, you’ll just have to buy another copy of the game, whoopsiw-doodle! Sowwy! 💰
haha, I dont even play the game any more due to the amount of hackers. But I would like to keep the copy that I have bought for a potential later time… defo not buying again tho :P
Did Niantic Labs code their platform?
That would be several steps up from where BSG is.
I was so into Tarkov but BSG doesn’t have any competency and I finally got drove away.
SPTarkov can be fun with mods and after tweaking configs.
Nougat@kbin.social 1 year ago
You'd be surprised by how many services use your email address as the key piece of information to identify your account with them. It is a horribly stupid practice.
scrubbles@poptalk.scrubbles.tech 1 year ago
Correct. It’s not malicious, it’s just bad programming.
ultratiem@lemmy.ca 1 year ago
Bad code is malicious, change my mind.
baatliwala@lemmy.world 1 year ago
I’m not an expert but in theory it doesn’t sound like a bad thing as long as you allow people to change it whenever possible. It feels like people change jobs, phone numbers, usernames, locations, genders, names and yet it’s extremely unlikely that they will out and out delete their old email address so it’s always something to personally identify someone by.
Nougat@kbin.social 1 year ago
There's plenty of reasons someone might want to discard an email address. You'd even be surprised by the number of people who use their current work email as their personal email.
One of the reasons we cannot reuse email addresses from terminated employees is because there are applications - legacy internal and external third party - which use email address as the identifier. This creates other problems with naming.
I went into some additional detail in another comment nearby.
Jackinopolis@sh.itjust.works 1 year ago
What else is reasonable to use to uniquely identify users? A username they’ll forget? A phone number maybe? But who wants to give their phone number to some company? We could use SSN like Korea, but that’s way too far for a typical user.
Nougat@kbin.social 1 year ago
You want to use a value which will never change, so you don't use anything the user provides at all. When a user creates an account, that account is assigned a unique identifying value by the application. This is how objects are identified in Active Directory, for example: each user, computer, group, etc. gets a Security Identifier (SID). That SID never changes. Every other property of the object can be changed.
Basically, the key value to say "this account is this account" should never ever have any other purpose.