Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Duplicate Organisations #2

Open
PhilRumens opened this issue Oct 7, 2015 · 2 comments
Open

Duplicate Organisations #2

PhilRumens opened this issue Oct 7, 2015 · 2 comments

Comments

@PhilRumens
Copy link

On sign-up a new organisation is created even if you specify one with the exact same name as a previous sign-up

taskily

@KevinJump
Copy link
Member

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 .

@PhilRumens
Copy link
Author

Sure, I'll add all new users to an existing org and comment out the demo survey.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants