feat: disable open registration and replace form with invitation-only message on register page

This commit is contained in:
2025-12-19 11:34:02 +00:00
parent 2308fa20ad
commit 71329c1262
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.