AbundantCommunities / CommonGood

CommonGood is open source software, a webapp that records and manages information from Abundant Communities Initiative (ACI) interviews. Multiple neighbourhoods' data kept separate.
http://abundantcommunityinitiative.org/software
GNU General Public License v3.0
1 stars 0 forks source link

Allow one email address to login to multiple contexts #115

Open cognish opened 7 years ago

cognish commented 7 years ago

Here is a counter example: Bill Cutress is the NC of several small communities in rural Alberta. We created multiple person rows for Bill, each with a unique (and sometimes fictitious) email address.

cognish commented 5 years ago

There is a BC who is an app_user and has 3 DA rows. Quick analysis is that this is the root cause of the 9 UnneighbourlyException errors in our log file in recent days. Our authentication & authorization design does not allow a person to have rights for more than one block (nor for more than one neighbourhood).

cognish commented 4 years ago

Consider Grails' Spring Security plugin.