It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
What about Lakoocaracha or Lackookooclock ?
After this I think that Lackoo is going to want an entirely different name. :D
How about Ookcal? He can pretend to be a californian orangutan (or governor)
Rohan16.
Wouldn't that mean you and (ex)Lackoo would get confused with each other?
avatar
Aliasalpha: Wouldn't that mean you and (ex)Lackoo would get confused with each other?
I don't get it.
avatar
Barefoot_Monkey: Making a website where users can change their own name is often more trouble than it is worth, and it is relatively rare that a user would need a name-change, so GOG doesn't provide an interface for this. Having said that, it is most likely a simple task for someone with database access to change your name for you. Your best bet is to make a support request. My guess is that a friendly admin would be willing to change your name for you.
I once coded up a system that made it dead easy to change names without a user ever losing their unique identity. Surprisingly, it wasn't very difficult to do at all.

I agree it's probably not really needed -- and depending on how the GOG site was coded, may be near bloody impossible to implement -- but it can be done if you borrow the concept of the ID codes used on some image boards and apply that to a master account name that cannot be changed, while also providing a display name that can be changed.
I have been annoyed by this in the past as I apparently misspelled my user name on registration, though by now I'm known as miaghstir and changing to the correctly spelled maighstir would just be weird.
avatar
bansama: I once coded up a system that made it dead easy to change names without a user ever losing their unique identity. Surprisingly, it wasn't very difficult to do at all.
I don't mean technically difficult to implement (it isn't very hard); there are just problems that emerge when a large number of users constantly change names on a whim. The extra step of asking an admin keeps this under control.
avatar
Barefoot_Monkey: there are just problems that emerge when a large number of users constantly change names on a whim.
All of which I was able to solve using the method I detailed above. With the method I used, everyone could literally use the same name while all are still individually identifiable.

The only problems which then remain are down to user laziness.
Would you want to take your rep with you? It would seem odd that a person that has apparently never posted has rep. We might think there's someone else like GameRager, leading us to severe depression, and possibly forcing us toward the inevitable conclusion that all humanity must be destroyed. Replies would also be confusing during the transition period.

Having said that I was expecting a forum name option to be available on the account page. Hence my highly anonymous name of initial, surname.
Support answered today .
Hello,

I apologize for the late reply. I'm afraid that I'm unable to change usernames. I'm sorry to disappoint...

Regards,
Peter

GOG.com Support
-1 rep for this
Post edited October 19, 2010 by lackoo1111
avatar
lackoo1111: Support answered today .

Hello,

I apologize for the late reply. I'm afraid that I'm unable to change usernames. I'm sorry to disappoint...

Regards,
Peter

GOG.com Support
avatar
lackoo1111: -1 rep for this
Sorry to hear!
Aaah, why does nobody informs me about this necromancy going on here???
Post edited July 17, 2013 by Khadgar42
It's theoretically possible of course. It's just that a lot of user databases are built around the idea of the username string as the primary key that identifies the user. Which means there's no safe way to modify it without doing so in many places and scrubbing all the code that uses the username to consider what happens when it changes (in practice this means enjoying lots and lots of bugs).

A site or user database can certainly be designed where this isn't the case. For example the username might just be a way of referrring to a userID internally, but usernames are conveniently human-readable so they make for good inspectability and clarity. So typically you can't change them.

Be glad it's not some stupid design like your email address as your primary identifier. That would *never* change.... uh.. yeah.