]> git.proxmox.com Git - mirror_acme.sh.git/blobdiff - dnsapi/dns_dynu.sh
Merge pull request #4755 from glocknerc/master-1
[mirror_acme.sh.git] / dnsapi / dns_dynu.sh
index 506ef53e4d82e8208d6df8582fe254bc1409bdd9..406ef17d3e2cbe0d3e9be59c2bb738a2519dbdb0 100644 (file)
@@ -216,6 +216,10 @@ _dynu_authentication() {
     _err "Authentication failed."
     return 1
   fi
+  if _contains "$response" "Authentication Exception"; then
+    _err "Authentication failed."
+    return 1
+  fi
   if _contains "$response" "access_token"; then
     Dynu_Token=$(printf "%s" "$response" | tr -d "{}" | cut -d , -f 1 | cut -d : -f 2 | cut -d '"' -f 2)
   fi