From e6d1c7edf7be72017877fb9f5b77229afbea29f0 Mon Sep 17 00:00:00 2001 From: Jogi Hofmüller Date: Sun, 31 Jul 2011 16:38:40 +0000 Subject: - have a confirmation request sent by email for registration now * still trouble with unicode/utf-8 characters entered in form ... git-svn-id: https://svn.spreadspace.org/mur.sat@86 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- tools/mmd/MmdWidgets.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tools/mmd/MmdWidgets.py') diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py index 9219e8c..1402410 100644 --- a/tools/mmd/MmdWidgets.py +++ b/tools/mmd/MmdWidgets.py @@ -11,7 +11,8 @@ def loginFormWidget (): - + +
Email:
Password:
@@ -40,7 +41,8 @@ def registerFormWidget (): Latitude: Password*: Confirm Password*: - + + @@ -51,7 +53,8 @@ def registerFormWidget (): def registerWidget (): html = ''' - you could be registered iff I had finished this code +

Thank you for registering!

+ You will receive an email conataining a link to confirm your registration. Please use this link within 24 hours to complete registration. ''' return html -- cgit v1.2.3