You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, any extension.org user who logs in has access to the models (responses, surveys...etc) in the app. If we feel this is a security concern we can add a check for the authorized flag on the user model (set to false by default). So that giving users access would be a two-step process. First asking them to login in with their extension.org email address, then we could manually set their authorized value from false to true (via Heroku console).
The text was updated successfully, but these errors were encountered:
Currently, any extension.org user who logs in has access to the models (responses, surveys...etc) in the app. If we feel this is a security concern we can add a check for the authorized flag on the user model (set to false by default). So that giving users access would be a two-step process. First asking them to login in with their extension.org email address, then we could manually set their authorized value from false to true (via Heroku console).
The text was updated successfully, but these errors were encountered: