diff --git a/freepost/__init__.py b/freepost/__init__.py index df1beec..4fe63ed 100644 --- a/freepost/__init__.py +++ b/freepost/__init__.py @@ -237,6 +237,8 @@ def register_new_account (): Check form for creating new account. """ + abort() + username = request.forms.getunicode ('username') password = request.forms.getunicode ('password') diff --git a/freepost/templates/banner.html b/freepost/templates/banner.html index bef5385..0599dba 100644 --- a/freepost/templates/banner.html +++ b/freepost/templates/banner.html @@ -41,7 +41,10 @@ _\(/_ .:.*_\/_* : /\ : {% endif %} - + +Registrations are momentarily disabled because of the recent influx of spam. +Please write us an email if you need a new account. Sorry for the trouble. +