Password reset and email
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Failing after 1m19s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m9s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Failing after 1m19s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m34s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Failing after 1m20s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Failing after 12s

This commit is contained in:
2026-01-29 18:52:49 -05:00
parent b2b85b5261
commit e9cb49d942
26 changed files with 693 additions and 91 deletions

View File

@@ -32,7 +32,9 @@
"ext-sodium": "*",
"league/climate": "^3.10",
"hansott/psr7-cookies": "^4.0",
"symfony/console": "^v7.4.3"
"symfony/console": "^v7.4.3",
"twig/twig": "^3.22",
"phpmailer/phpmailer": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^12.4",