feat: disable open registration and require invitations

This commit is contained in:
2025-12-19 12:34:02 +01:00
parent 8bacd6aa3f
commit e0f54fb661
3 changed files with 12 additions and 4 deletions
+8
View File
@@ -10,6 +10,14 @@
## Version 1.10.0 - 2025-12-19
Users must now receive an invitation to register for an account, as open registration is disabled.
**Changes:** 1 files, 6 lines
**Languages:** HTML (6 lines)
## Version 1.9.0 - 2025-12-18
Adds a debug logging option to the serve command for enhanced troubleshooting. Improves error handling across the application and corrects a typo in the ip2location middleware.