Korrektur Prüfskript für Missbrauchserkennung

This commit is contained in:
2026-08-13 20:58:47 +02:00
parent 1d295796b4
commit fa64cbc4a4
7 changed files with 224 additions and 1 deletions

View File

@@ -26,7 +26,12 @@ from app.mail import (
from app.maintenance import describe, run_cleanup
from app.models import EmailChange, User
from app.schemas import MailCheckOut, MailTestIn, MessageOut
from app.runtime_settings import BY_KEY, describe_durations, set_duration
from app.runtime_settings import (
BY_KEY,
describe_durations,
get_duration,
set_duration,
)
from app.schemas_admin import (
AdminSettingsIn,
AdminSettingsOut,

View File

@@ -31,6 +31,7 @@ from app.schemas import (
from app.runtime_settings import get_duration
from app.users import apply_if_complete
from app.security import (
bucket_key,
check_rate_limit,
hash_password,
hash_token,

View File

@@ -31,6 +31,7 @@ from app.schemas_shopping import (
TransferOwnershipIn,
)
from app.security import (
bucket_key,
check_rate_limit,
hash_token,
new_token,