runelaenen / shopware6-two-factor-auth

Two Factor Authentication for Shopware 6 💙
MIT License
35 stars 17 forks source link

install instructions #47

Closed klabast closed 1 year ago

klabast commented 1 year ago

hi, could you please add some install instructions?

i have installed the plugin with composer 2.4.4 and enabled it via web interface. now, i don't know what's still missing. i can edit some settings from the plugins menu, but that's it.

thanks!

zolthan commented 1 year ago

Hi @neukunft ,

you need to go to your profile and set up the 2FA. https://shop.example.com/admin#/sw/profile/index/general

There is no other way to force the admin user to use 2FA because they have to configure the Google Authenticator (or s.th. similar) by themselves.

I hope it helped.

Best Sebastian

klabast commented 1 year ago

Thanks @zolthan,

unfortunately, I can't see any change in the profile UI after installing the plugin. All that is new is the plugin settings when I click on the dots in the plugin overview...

Thanks

zolthan commented 1 year ago

2fa-in-profile

Hi @neukunft ,

Don’t you see the box underneath the password in your profile?

Best Sebastian

runelaenen commented 1 year ago

Hi @neukunft

I have added a small step-by-step-guide in the README. Have you executed all these steps?

klabast commented 1 year ago

Hi,

thanks @zolthan and @runelaenen. I did not realise, I have to run the build. Sorry for that. My client is running Shopware on a VPS where I don't have admin rights. I will need to install tools like npm locally before being able to check...

But I guess the issue is resolved... :)