cHolzberger / kimai2-http-remote-auth

X-REMOTE-USER Plugin for Kimai2
Other
3 stars 1 forks source link

Changed user Algorithm? #3

Open ibensv opened 2 years ago

ibensv commented 2 years ago

When i add this Bundle to my Kimai instance i get the following error:

[ERROR] The service "KimaiPlugin\HttpRemoteAuthBundle\Controller\HttpRemoteAuthController" has a dependency on a
non-existent service "fos_user.user_manager".

I think that ive read that the fosuserbundle is not supported anymore.

l00ptr commented 2 years ago

Hello @ibensv,

Could you share exactly how you installed this plugin ? What versio of kimai2 do you use ?

Best regards,

ibensv commented 2 years ago

@l00ptr cd kimai2/var/plugins git clone https://github.com/cHolzberger/kimai2-http-remote-auth.git HttpAuthBundle

cd .. cd ..

chown apache. /var/www/html -R chmod -R g+rw /var/www/html/kimai2/var/ chmod -R g+rw /var/www/html/kimai2/public/avatars/

bin/console kimai:reload --env=dev

Now I am using the version 1.16 of Kimai

ibensv commented 2 years ago

@l00ptr can i pull. I have fixed it.

l00ptr commented 2 years ago

@l00ptr can i pull. I have fixed it.

What do you mean ? I am not the maintainer of this repo, I just want to use this piece of code. I think you can share your fixe and create a PR... but i don't know if @cHolzberger will merge your code :)

Best regards, J.