|
(Also, there are no duplicate org names in production right now, so adding this business rule would not seem to affect things)
It's probably bad that the org name is used both for the API and for display purposes in the UI. arg.
Does that mean that a user would have to change their org name if they signed up for trial and then switched to premium later? It seems to me that it would be simpler for the user, and for us if:
Current, if the account name looks like an email address, it finds the user with that address and grants them access to a single-user premium account, if they have one, or the first basic account they created.
Couple that with the requirement that an premium account must have a unique account name, and this should address it for future singups. Removed check for trial accounts; all org names must be unique.
http://crucible.gliffy.com/fisheye/changelog/Gliffy/?cs=9605 |
|||||||||||||||||||||||||||||||||||||||||||
Basically, you can create a duplicate org name if that name is only being used in a trial account.
This is a problem, as I had assumed that org names had to be unique.
The easiest solution is to get rid of the trial status check.