We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this package allow for users in different groups to have the same username? If so, does it properly handle updates to usernames as well?
Thanks!
The text was updated successfully, but these errors were encountered:
Meteor accounts enforces uniqueness of usernames, so unless you are rolling your own accounts system, I don't think that is possible.
This package doesn't care since it only uses the user's _id.
_id
Sorry, something went wrong.
Ok, makes sense. I'll have to do something myself. Currently I'm trying to append the company _id to the beginning of the username discreetly. Thanks!
No branches or pull requests
Does this package allow for users in different groups to have the same username? If so, does it properly handle updates to usernames as well?
Thanks!
The text was updated successfully, but these errors were encountered: