David Greminger

Results 82 comments of David Greminger

I'm gonna try it again 🙃

I don't get it 😅 Just regenerated a token (even) with `api` scope - still getting `GitbeakerRequestError: Unauthorized`. Any ideas to debug?

@nis267 With an organization? ``` # Group ID to search in # default search in all groups GROUP_ID= ```

In my case it gives me this `GitbeakerRequestError: Unauthorized` error in both cases, with a `GROUP_ID` and without. 😞

here is my `.env`: ``` GITLAB_HOST=https://gitlab.com GITLAB_TOKEN=glpat-xxx # pause time in ms between search api call (6000 is recommanded on official Gitlab instance) SEARCH_DELAY=6000 # File pattern filter (eg. *.php)...

Yes. You could, but I think you would have to guess existing user and/or email combinations otherwise no email is sent.

> Maybe one hour would be enough already? @ausi what's your opinion on this?

Create a backend login listener: ```php # src/EventListener/Menu/AcmeBackendLoginListener.php

Not sure, if this is the right way to fix this 🙃 I thought about to extend the `OptInInterface` but that would be a BC break.