jsalatiel
jsalatiel
Read https://github.com/loki36/user-otp/issues/102, change manually that file and it will work
please implement this. It has been 4 years!
This is what i have done for my home server: i edited lib/Service/Totp.php ``` private function isPrivateNetwork() { return !(filter_var($_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP, FILTER_FLAG_IPV4| FILTER_FLAG_IPV6 | FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE)); } public function...
HI @GitHubUser4234 , i think that your method is the right one, i just didn't find it when i was looking where to change :)
Using owncloud with external otp plugin i had these options: checkbox for "Disable OTP for private IPs" textbox for "Skip otp for (FQDN)" it would be nice to see something...
@kwkam , thanks ! it worked great!
@BruceMacD any updates on this ?
I'd say it is probably abandoned.
In my case I am running nextcloud container on kubernetes and I just can not get rid of that message. My setup warning page shows me three warnings that I...
Same problem ``` Client version: 0.38.0 Pipeline version: v0.62.0 Triggers version: v0.29.0 ``` Cant create a eventListener with ``` resources: kubernetesResource: serviceType: NodePort servicePort: '30147' ``` will get `Error from...