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
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
yeah, coming from the cloud app, you can have multiple orgs with the same name (stops someone else hijacking another account).
However i suspect for local people will only want one. It's probably more a case of only creating the organisation for the first user.
I will look at adding some better logic for a local install to the account code, but if you want a quick fix, you could change the code in the Register here https://github.com/Jumoo/Taskily/blob/master/TaskilyWeb/Controllers/AccountController.cs#L108
there is no reason in the model why an organisation can't have multiple users (just setting the org id to the same for all users.)
you could just assign a user to an existing one.
you could also set the org to standard then you get all the limits and stuff taken off.
(and you could choose not to have the demo survey).
I'll leave this issue open until i get around to changing the code .
On sign-up a new organisation is created even if you specify one with the exact same name as a previous sign-up
The text was updated successfully, but these errors were encountered: