aletheia-foundation / aletheia-app

Alethia peer to peer publishing platform
http://aletheia-foundation.io/
GNU General Public License v3.0
48 stars 11 forks source link

Add Reputation and Access Management #84

Closed cchrs closed 6 years ago

cchrs commented 6 years ago

I confirm:


Making an enhancement - ignore this if not making an enhancement

cchrs commented 6 years ago

Now Ownable.sol only allows for a single owner again. Access management is done by the contract Accessible.sol: The owner and all other accounts with access can give and remove access rights to other accounts. However, it is not possible to remove these privileges from the owner by any other account.