OpenMined / PyGrid-deprecated---see-PySyft-

A Peer-to-peer Platform for Secure, Privacy-preserving, Decentralized Data Science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change "can_manage_roles" to "can_manage_nodes" in Network

cereallarceny opened this issue · comments

I had a typo in my original issue for seeding the roles of a Network. There are two fields which are similar: can_edit_roles and can_manage_roles. Instead, I meant for can_manage_roles to be can_manage_nodes. This is a typo and should be corrected for the network. The can_edit_roles setting allows a user to edit the roles available, and the settings of those roles, for all users in a system. The can_manage_nodes setting allows a user to approve association requests.