Meteor-Community-Packages / meteor-roles

Authorization package for Meteor, compatible with built-in accounts packages
http://meteor-community-packages.github.io/meteor-roles/
MIT License
921 stars 167 forks source link

New user creation #246

Closed Taakn closed 4 years ago

Taakn commented 7 years ago

When creating new users, not all roles are added to the users. Some roles are being skipped randomly.

mitar commented 7 years ago

How are you adding roles to the users?

Taakn commented 7 years ago

Roles.setUserRoles(userId, role);

where my roles are defined here https://github.com/alanning/meteor-roles/issues/223

Maybe when there are too many roles it bugs out and skips roles ?

mitar commented 4 years ago

A reproduction would be needed here.