seidler2547
seidler2547
I think where it works is when the attribute `otp` is present, using the format `otpauth://totp/blah?secret=SUPERSECRET&period=30&digits=6` and where it doesn't work it has two fields, one called `TOTP Seed` with...
Both methods are actually well described here: https://keepassium.com/articles/how-to-setup-totp/
Here's the file. Password is `password` All "Test TOTP" entries should generate the same token and all "Other TOTP" entries as well. [TOTP-Test.zip](https://github.com/firecat53/keepmenu/files/8864897/TOTP-Test.zip)
I poked around the API and I found that this code works very well for us (but needs to be improved to check if/wait until Jenkins is running and lots...
Isn't that the wrong character? You wrote º but it should be °. (The former has an underline in the font I use). Wikipedia says: > The masculine ordinal indicator...
Thanks, changed it. I did discover that I had some mixup in my patchset too, so I fixed that as well.
> This should not be the case with current versions. > > Please specify what versions you are using. See https://github.com/Xpra-org/xpra/wiki/Reporting-Bugs Are you referring to #3414 ? I am running...
I double checked though, and it might be the difference between drag&drop and uploading files via the menu. I get an error when I use the floating menu to upload...
> > I get an error when I use the floating menu to upload files. Using Firefox on Linux. > > Please specify what version you are using. The current...
There's actually an almost identical error on line 27 of `app/models/concerns/host_ext/proxmox/for_vm.rb` where `identity` also needs the `.to_s` added, maybe you can include that in your PR?