nuxsmin / docker-syspass

Docker stuff for running sysPass on Docker
GNU General Public License v3.0
39 stars 21 forks source link

2fa not present? #3

Closed abenrob closed 7 years ago

abenrob commented 7 years ago

have installed syspass via docker compose, but there is not 2fa available in the preferences panel for a user. The live demo shows this, and I have reinstalled several times to ensure I was not missing a configuration step.

nuxsmin commented 7 years ago

Hello @abenrob

the 2FA is now managed through a plugin, so you would need to enable it on the plugins tab.

abenrob commented 7 years ago

Where is the plugins tab? I see in the config>info tab the text stating no plugins installed, but no plugins tab...

abenrob commented 7 years ago

Items and customizations. Got it. Sorry.

nuxsmin commented 7 years ago

No worries ;)

stefanjauker commented 6 years ago

I've installed syspass via docker-compose. But it looks like, that the plugin is not shipped. There is no mfa plugin

image

kosciak9 commented 6 years ago

Hello, same issue. Any simpler way than providing own docker image for this?

nuxsmin commented 6 years ago

@kosciak9

Hello, you could bind an external volume for plugins directory, or deploy a sidekick container which gets the plugins repository into a named volume shared between sysPass main container and the sidekick one.

Regards

kosciak9 commented 6 years ago

Binding external volume sounds like a good idea. Will try to achieve it and share the instructions here. :)