my-koop / module.user

User module for My Koop responsible for user profiles
GNU General Public License v2.0
0 stars 0 forks source link

User permission system #52

Closed mathieumg closed 9 years ago

mathieumg commented 9 years ago

Implements the user permission system discussed in https://github.com/my-koop/service.website/issues/224. Does not implement the advanced permission mask system discussed towards the end, that will be done as a part of https://github.com/my-koop/service.website/issues/277.

Permissions for the front-end routes (https://github.com/my-koop/service.website/issues/157) will also be done separately.

Cellule commented 9 years ago

CR Done. Really nice work, very straight forward, I like it. Can't wait to start creating permissions.

Cellule commented 9 years ago

Good to merge