-
[**Pen test and security audit remediation plan**](https://iied.sharepoint.com/:w:/s/WebTeam/ERGS5E34VTxElnoGPTF0j2cBMuzLNgAjDncw6LcNYPw_Eg?e=ChPNTk)
3.1.1 Implement and enforce multi factor authenti…
-
For [TFA Dostmann AIRCO2NTROL Coach](https://www.amazon.de/dp/B07R4XM9Z6) version of co2meter I had to comment out the `_decrypt(msg)` in co2meter.py, i.e. this works:
```
def hid_read(self):
""" R…
alpxp updated
2 years ago
-
Hi Folks,
We are considering a requirement to add two factor authentication to our site.
Do you have any suggestions about how we might go about doing it, or do you know anyone that's done it?
…
kript updated
7 years ago
-
Trying to log in with an account with 2FA enabled redirects back to the login page instead of bringing up the TOTP code prompt. The data set in the session to indicate that the MFA/TFA process and for…
-
### Describe the Bug
REST API `GET /policies` returns a list of policies.
Each policy contains 2 properties: `users` and `roles`.
Problems are:
1. The value of these fields are always the sa…
pomeh updated
2 weeks ago
-
Run into issues running the program but the TFA cannot install
-
I've tested on a Sonoff RF Bridge R2.2 receiving my old temperature sensors. The TFA Dostmann based sensors like 30.3125 doesn't appeare.
-
Hi, I've tried,
sudo docker run -e BOOT_LOADER=uefi -i -t -v "$PWD":/work lx2160a_build $(id -u) $(id -g)
and get:
Adding user `build' to group `sudo' ...
Adding user build to group sudo
Do…
-
I have two machines one with multiple GPUs and one with a single GPU.
I do something like
strategy = tf.distribute.MirroredStrategy() if multi_gpu else tf.distribute.get_strategy()
then in t…
-
Implement tests for the TFA basic module.
This will need to be done as plugin types are finalized. Should this be broken out into a test per plugin?