diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml
index 7d11cc9..59e39ac 100644
--- a/.woodpecker/test.yaml
+++ b/.woodpecker/test.yaml
@@ -3,18 +3,6 @@ when:
     branch: main
 
 steps:
-  - name: ntfy
-    image: codeberg.org/l-x/woodpecker-ntfy
-    when:
-      - event: push
-    settings:
-      url: https://ntfy.sh/vLAMfcUBF5gNdoIv
-      title: Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}
-      priority: low
-      click: https://woodpecker.keks.cloud/
-      icon: https://woodpecker-ci.org/img/logo.svg
-      tags: robot,${CI_REPO_NAME}
-      message: ${CI_COMMIT_MESSAGE}
   - name: go-tests
     image: golang:1.24
     commands:
diff --git a/Readme.md b/Readme.md
index 8cead1f..36c7d61 100644
--- a/Readme.md
+++ b/Readme.md
@@ -14,3 +14,4 @@
 | SMTP_PASSWORD | SMTP Password | `none` |
 | SMTP_FROM | Mail address used as from for all mails | `none` |
 | WEB_PUBLIC_REGISTRATION | Enabled the registration for anyone on the webgui | False |
+| MINIAUTH_LOGIN_WITH_NOT_APPROVED_MAIL | Allow user to login even if there mail address is not validated | False |