home » zplus/freepost.git
Author zPlus <zplus@peers.community> 2021-02-06 10:34:46
Committer zPlus <zplus@peers.community> 2021-02-06 10:34:46
Commit e593f3f (patch)
Tree eed2408
Parent(s)

Temporarily disable new registrations.


commits diff: 90f71a8..e593f3f
2 files changed, 6 insertions, 1 deletiondownload


Diffstat
-rw-r--r-- freepost/__init__.py 2
-rw-r--r-- freepost/templates/banner.html 5

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+2/-0 M   freepost/__init__.py
index df1beec..4fe63ed
old size: 28K - new size: 28K
@@ -237,6 +237,8 @@ def register_new_account ():
237 237 Check form for creating new account.
238 238 """
239 239
240 + abort()
241 +
240 242 username = request.forms.getunicode ('username')
241 243 password = request.forms.getunicode ('password')
242 244

+4/-1 M   freepost/templates/banner.html
index bef5385..0599dba
old size: 1K - new size: 1K
@@ -41,7 +41,10 @@ _\(/_ .:.*_\/_* : /\ :
41 41 </div>
42 42 {% endif %}
43 43
44 -
44 + <strong>
45 + Registrations are momentarily disabled because of the recent influx of spam.
46 + Please write us an email if you need a new account. Sorry for the trouble.
47 + </strong>
45 48
46 49
47 50