single admin for two or more Organisations

2014-12-01 Thread Jason Kristian
HI , Im trying to create a admin users that owns two org’s Ive not been able too I can see that the Username and email have to be unique so I don’t think it can be done but after looking at the javascript SDK its has methods to change org and get org’s for logging users so is this some thing

[GitHub] incubator-usergrid pull request: Usergrid 252

2014-12-01 Thread tnine
GitHub user tnine opened a pull request: https://github.com/apache/incubator-usergrid/pull/111 Usergrid 252 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-usergrid USERGRID-252 Alternatively you can review and

Re: single admin for two or more Organisations

2014-12-01 Thread Rod Simpson
Jason, You can add an admin user to a second org in two ways: 1.  If the org doesn’t exist, simply create a new org.  It will be automatically connected to the Admin user who’s token was used to create it.   In the portal, click the “org administration” icon in the upper right hand corner.  

[jira] [Commented] (USERGRID-255) Verify we're not storing document source in Elastic Search

2014-12-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/USERGRID-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14230395#comment-14230395 ] ASF GitHub Bot commented on USERGRID-255: - GitHub user snoopdave opened a pull

[GitHub] incubator-usergrid pull request: No source in es

2014-12-01 Thread snoopdave
GitHub user snoopdave opened a pull request: https://github.com/apache/incubator-usergrid/pull/112 No source in es DO NOT MERGE. I'm creating this for review purposes. Changes to prevent us from storing source document or source fields in ElasticSearch See also:

Re: single admin for two or more Organisations

2014-12-01 Thread Jason Kristian
Thanks for you response I’ll try that again. 1 - I’ve tried using rest api and I get a error saying that the username and email must be unique. 2 - in the portal I can add a 2nd admin to a existing org. but Ive not found a way to add a new org other then the register button on the log in page

Re: single admin for two or more Organisations

2014-12-01 Thread Rod Simpson
Admin users must be unique.  Orgs must be unique.  But there is a many to many relationship between the two.  If you are getting an error about unique usernames or emails, then probably the call you are making is to create a new admin user (which also creates a new org).  You don’t want to do