ODM2 / ODM2DataSharingPortal

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

New Users do not have individual organization seeded when the log in the first time #708

Closed ptomasula closed 5 months ago

ptomasula commented 5 months ago

This was likely over looked in release 0.17, but with a change to organizational ownership, each individual account also has an organization record associated with them. These were auto generated for users upon release, but they do not appear to be generated automatically for new users.

SRGDamia1 commented 5 months ago

There's also no way for a new user to select an organization for themselves. With the Cognito registration flow, the user doesn't select an organization at registration. The edit user page also does not allow the user to modify their organization.

This may be related to the inability to view the sites page or create a new site in https://github.com/ODM2/ODM2DataSharingPortal/issues/709