Community Questions & Answers
"sudo rm -rf /" alike
I had a bunch of places inserted to test my app. I wish to delete all places that got no latitutde and longitude and are showing it as "0.0" on ACS manager. So I did: ~~~ curl -b cookies.txt -c cookies.txt -X DELETE -F...
ACS - Possibility for Admin to checkin Users (several ids) to an Event?
I'd like to have the Admin to checkin users to an Event, I know it's would be possible to loop through each Users id and make a call to ACS to checkin that user, though, would it be possible to have the user_id bean array of the ids to be checked in?
ACS admin user
It appears that the Appcelerator guys have just recently introduced an admin user concept in ACS, making it possible to change custom objects that the admin may not be the owner of. Apart from that, there's not a lot of documentation about the admin role...
Bug - ACS logging out Admin after deleting another Non-Admin User
I would like the **Admin User** to **Delete** _Another User Account_ via ACS APIs. ~~~ var data:Object = new Object(); data.user_id = accountsDG.selectedItem.id; sdk.sendRequest("users/delete.json", URLRequestMethod.DELETE, data, false,...
Setting ACS user privileges
Is it possible to assign user privileges in ACS? When looking into the details of a created user in the App Management Console, there is a field "admin" set to "false". Is it possible to set it to "true". I tried...
How do you remove zombie apps from
...from the "Your Applications" section of the Admin panel here? I noticed that I have a few zombie apps under the "Your Applications" section of my Admin page for my user account here (in the same spot where you enable/disable...
Showing 1-6 of 6