thanks Simon!

On 20 November 2013 15:07, Simon Gaeremynck <gaeremyn...@gmail.com> wrote:

> Hi Kabelo,
>
> Unfortunately this functionality hasn’t been exposed in the UI, but you
> can make someone an admin
> by doing the following:
> 1. Find out the user id of the user you wish to promote to a tenant admin
> (it looks something like u:tenant:abc123).
> 2. Log in as global admin
> 3. Open up the chrome/firefox web inspector and enter the following in the
> console:
> $.ajax({
>     ‘url’: ‘/api/user/u:tenant:abc123/admin’,
>     ‘data’: {‘admin’: ‘true’}
>     ‘type’: ‘POST’
> });
>
> That should make the user a tenant admin. If you wish to revoke that
> user’s privileges you can
> change the value for true to false in the data key.
>
> Regards,
>
> Simon
>
> On 20 Nov 2013, at 13:01, Kabelo Letsoalo <kab...@opencollab.co.za> wrote:
>
> ...Not global administrator. Tenant administrator managing users.
>
> Thanks.
>
>
> On 20 November 2013 14:59, Kabelo Letsoalo <kab...@opencollab.co.za>wrote:
>
>> Hi.Please excuse the question.
>>
>> How do I create tenant administrator as global administrator and/or
>> tenant administrator?
>> OR
>> How do I login/sign up as tenant administrator?
>>
>
>
> ------------------------------
> See OpenCollab email disclaimer at http://www.opencollab.co.
> za/email-disclaimer_______________________________________________
> oae-dev mailing list
> oae-dev@collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>
>
>

-- 

------------------------------
See OpenCollab email disclaimer at 
http://www.opencollab.co.za/email-disclaimer
_______________________________________________
oae-dev mailing list
oae-dev@collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to