OK, I had a bit of time to debug this more today.
As it turns out, it was my bad.
I was throwing an exception when checkAccess in my API plug-in didn't wish
to allow the user to leverage the specific operation, but I should have
been returning false.
All is well with this now. :)
On Fri, Jul 10
I can try to update again. I noticed this about two days ago when I had
completed a rebase off of the newest at that time.
Thanks
On Fri, Jul 10, 2015 at 1:27 PM, Rohit Yadav
wrote:
> Try with latest 4.5? The API you listed is called when you open the UI,
> it checks for certain capabilities t
Try with latest 4.5? The API you listed is called when you open the UI, it
checks for certain capabilities to initialize some global javascript variable
(those with g_ prefix in cloudStack.js etc) and checks if the user is logged in.
On 09-Jul-2015, at 10:35 am, Mike Tutkowski
mailto:mike.tutko
Hi,
I recently updated my local 4.5 branch to what's in the CloudStack repo and
I noticed a problem trying to log in as a user of a User account (I get
back a 432 and the CloudStack GUI doesn't display an error message or
anything). (If I type in an incorrect password, I get back a proper error
me