Issue #50 – Public Site & Docs – Follow‑up NoteDate: 2025-10-17Summary- Trial Request: removed SSO requirement for submission.- Anti‑abuse: added honeypot field (hp_contact) and IP rate‑limit (3 requests / 5 minutes).- UX copy: updated trial page to instruct using Google/Microsoft email for future SSO.- Persistence: unchanged – one JSON per request in instance/public/trial_requests/.- Admin: /admin/trials remains read‑only for super_admin.Files- public_routes.py: trial route logic; honeypot + rate‑limit; rendering context fixes.- templates/public/trial.html: show form to all; updated copy; added honeypot field.Notes- No captcha by design (Beta). Consider enabling basic IP throttling config via env if needed.- Keep analytics disabled in Beta as agreed.