Bubka
Bubka
The image runs as 1000:1000. But without env vars, this is hard coded in the Dockerfile.
Please have a look at the [Dockerfile](https://github.com/Bubka/2FAuth/blob/master/Dockerfile). All commands are run as 1000:1000. Is this what you called "Unless you have 1000:1000 hard coded throughout your docker image..."? I'm not...
Thx @yannduran, this was really helpful. It's now clear to me why you expect UID/GID vars and thanks to more searches how this permissions issue is commonly addressed in the...
I'm the author of 2FAuth. What I can't figure out is how I can have 2FAuth (so php code) to have permission over the `/2fauth` mapped folder at runtime. This...
Currently the `/about` view is visible to authenticated users only. The view contains two information blocks, _Environment_ and _User preferences_. When authenticated with an admin account, an additional block is...
The purpose of those blocks is to easy debugging information collect, so I don't want to totally remove them. As 2FAuth is now multi-user, I agree they could be restricted...
Hi, > Hello, when i add a big number of accounts [...] How many accounts are we talking about? Please also indicate how did you set the _Display password_ user...
Out of curiosity, is this for testing purpose or is this number an actual use case? Anyway, OK for a pagination feature, I will work on it.
@romaindefo It won't be part of v5.3 which I expect to release these days. Much probably in v5.4, but I can't provide any date. I hope by the end of...
Hi, This error message is shown when the provider refuses to authenticate the login request. Please check your OPENID_* env vars. Logs may contain further information, please check them as...