newslynx / opportunities

A garden of NewsLynx futures
1 stars 0 forks source link

If user belongs to multiple orgs, prompt on login #78

Open mhkeller opened 9 years ago

mhkeller commented 9 years ago

After they login, they should get a screen that asks which org they want to be using. Store it in req.session.

abelsonlive commented 9 years ago

Can we bump this? It would be useful for testing how the app works with migrated data. For now I'm just going to add an additional user on migration.

mhkeller commented 9 years ago

how is a user's account related to migration?

abelsonlive commented 9 years ago

if i create a fresh install of newslynx and add wisconsin watch, i've added a second organization but i still only have one super user. so when i log in i get sent to the super user's organization.

mhkeller commented 9 years ago

got it. ya adding a user on that org will be the fix for now. i won't be able to create and test this functionality before you finish this.