juliensl

Results 8 comments of juliensl

Hi Eric ! > So permissions would look like this: > > * [ ]: no one > > * ['guests']: guests, but NOT members => eg for a sign...

> No currently ['guests'] will allow 'members' too as far as I understand? Because getGroups add them automatically I wanted to say "before the current system", when **getGroups** did not...

``` /** * @summary get a list of a user's groups * @param {Object} user */ Users.getGroups = (user, document) => { let userGroups = []; if (!user) { //...

> Well if I'm honest I don't quite understand when you would need to allow something to non-logged in users but disallow it to logged-in users. By nature this is...

" An expert "....... :laughing: We will add some features step by step in Live for Good, we'll try to think how we can integrate it in Vulcan packages directly...

Hi @probablyup Yes, it works with this workaround, thank you ! I think some handling could be nice ;) Do I close the issue or do you want to keep...

Hi ! I am coming back on this bug. I had a similar error today : `WebpackError: TypeError: t.replace is not a function` Only because I forget a space in...

Hi @devism , Personally, I don't use this plugin anymore, I prefer to use API call with serveless function to add my members. That gives me more possibilities. However, the...