Omri Klinger
Omri Klinger
@jwangkasa @mabdurrehman Hey, Sorry but i havn't used this package for more than a year, since pre meteor 1.2, so i recommend using one of the forks which is still...
@veeramarni I added you as a collaborator to this project so you can push the changes, if they fix the problems :).
@ofermalbin You can change it by calling Meteor method instead of doing client side operation for example - Meteor.call('updateUser, userId, ... ) I think it is a better approach for...
@clarkritchie i wasn't sure if its a best practice to return descriptive errors from login to the client, For example wrong password or too often retries so an attacker could...
I update the package to use npm-bcrypt 0.7.8_2. @mitesh-mutha @ofermalbin see if it fix your problem.
@jamielob haven't seen it yet, but if you encounter the source maybe some cordova dependency you call do a PR and i will merge it :)
@jagi I added functions that add callback for file upload per store, in the PR https://github.com/CollectionFS/Meteor-CollectionFS/pull/782 you can use it.
@fuzzybabybunny I added functions that add callback for file upload per store, in the PR #782 you can use it.