-
A user can be created using this plugin. The internal WP password that would be generated would not be nearly as effective as one generated using the built-in WP wp_generate_password() function.
Cor…
-
### Detailed description
Hello!
I noticed that the app currently lacks Google authentication for sign-up and login. I’d love to implement this feature to improve user experience. Would you be oka…
-
# Step 1/4 - The mutation setup
### Estimated time: 1 hour
On this track, you're going to develop a mutation to create users on database. Let's start with baby steps, by creating the mutation prototy…
-
Import-Excel works fine for Windows PowerShell 5.1
Getting this when using PowerShell Core 7.2.10
MethodInvocationException: C:\Program Files\WindowsPowerShell\Modules\ImportExcel\7.8.5\Public\Imp…
-
Currently the password for AP mode is generated from the SSID name, which is a security risk. There needs to be a way for the user to define an AP mode password.
Discussion so far included using a …
-
Unauthenticated and im certain the password is right ,
zk = ZK('192.168.30.130', port=4370, timeout=5, password=8697, force_udp=False)
-
### What happened?
In the list of compatible devices it says that the video doorlocks such as the T8530 (S330 Door Lock -NOT DOORBELL) are fully supported. However, no matter what I have tried, I h…
-
### Description
Hi,
the Powershell Az module does not support proxy authentication. $env:HTTP_PROXY and $env:HTTPS_PROXY are set (otherwise i would not get the 407 response) to our corporate proxy. …
-
**Describe the issue**
With regards to Thingsboard IoT Gateway. I have setup an FTP connector to read my excel data. Is it possible to read my timestamp data and overwrite the thingsboard timestamp. …
-
- install s3fs on the docker image
- create a password file: /path/to/.passwd-s3fs:
```
echo user:password > /path/to/.passwd-s3fs
chmod 600 /path/to/.passwd-s3fs
```
- to mount the bucket on…