Will G

Results 8 comments of Will G

@kerbylav I had the same issue a while back and ended up creating a new package based on this one. https://github.com/DynamicCodeNinja/RBAC Maybe that will help?

@kerbylav I see what you mean now. I didn't fully understand before; but you are absolutely right that is a much better way of handling it. Question though; What if...

@pkel THANK YOU! The wrong version of cmake was screwing everything up for me!

@thumbtech I believe its *only* when the queue is set to "sync" so any of the hooks run in the browser request instead of in a queue outside of the...

@ArlonAntonius I believe this is related to #233 or I had looked into a similar issue few months back.

Per our conversation; the fix should be to replicate the same thing happening in the MySQL driver, having the config generate an `oldUsername` and `oldDatabase` when getting the config https://github.com/tenancy/tenancy/blob/3c68a22b568599479225435fb34be93c200ea06d/src/Database/Sqlite/Driver/Sqlite.php#L53

@Sephster @lucadegasperi , Just finished taking a look and implementing this locally. Beyond the above few comments I was able to get @lucadegasperi passport implementation updated (https://github.com/RunbookSolutions/passport/tree/device-code) and got everything...

Just ran into this issue myself. Try changing the permissions for your actions; I don't know what the defaults are, but I think for Organization repositories its set to read-only...