0:function(userId){return!RocketChat.authz.hasPermission(userId,'edit-other-user-info');}// Administrators have permission to change others emails, so don't limit those
0:function(userId){return!Meteor.userId()||!RocketChat.authz.hasPermission(Meteor.userId(),'edit-other-user-info');}// Administrators have permission to change others emails, so don't limit those
0:(userId) ->returnnotRocketChat.authz.hasPermission(userId,'edit-other-user-info')#Administratorshavepermissiontochangeothersusernames,sodon't limit those
0:(userId) ->returnnotMeteor.userId()ornotRocketChat.authz.hasPermission(Meteor.userId(),'edit-other-user-info')#Administratorshavepermissiontochangeothersusernames,sodon't limit those