Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow hoodie.admin to change a user's ID #20

Open
espy opened this issue May 27, 2013 · 1 comment
Open

Allow hoodie.admin to change a user's ID #20

espy opened this issue May 27, 2013 · 1 comment

Comments

@espy
Copy link
Contributor

espy commented May 27, 2013

Hoodie.admin is currently missing the ability to change a user's name (their ID).

@ghost ghost assigned gr2m May 27, 2013
@gr2m
Copy link

gr2m commented May 27, 2013

This is already implemented in hoodie.js: https://github.com/hoodiehq/hoodie.js/blob/master/src/core/account.coffee#L310

All it takes it to add a new special attribute $newUsername. The users worker will pick that up and cope the current _users doc into a new one, with the new username.

@espy espy assigned espy and unassigned gr2m Jul 10, 2015
@espy espy added the ready label Nov 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants