Is it possible to change my meteor developer account username?

There’s no option to do so in my user dashboard and I can’t seem to change this through the console

Meteor.users.update( { _id: Meteor.userId() }, { $set: { 'username': 'newusername' }} );

For what it’s worth, I’m using all lowercase in my username.

Thanks,

Stefano De Vuono

Having the same problem. Want to change my username :frowning:

1 Like

this no longer works

This never worked. He’s attempting to change his name in a database that he doesn’t have read/write access to. His client isn’t even connected.

It’s like trying to eat food off an empty plate - there’s none there to begin with.

As far as I know, you can’t change your Meteor developer account username and you don’t need to. If you’re hell bent on doing it, contact support.

1 Like