log mod_register_web/mod_register_web.lua @ 1230:f7c561fbd5a6

age author description
Sat, 30 Nov 2013 20:28:07 +0100 Kim Alvefur mod_register_web: Friendly error messages if the username is taken or failed nodeprep
Sat, 30 Nov 2013 19:09:30 +0100 Kim Alvefur mod_register_web: Indentation fix
Sat, 30 Nov 2013 19:00:38 +0100 Kim Alvefur mod_register_web: Add a simple fallback captcha
Sat, 30 Nov 2013 18:57:54 +0100 Kim Alvefur mod_register_web: Move HTML into separate template files
Sat, 30 Nov 2013 18:25:32 +0100 Kim Alvefur mod_register_web: Split out recaptcha verification to a separate function
Sat, 30 Nov 2013 18:22:58 +0100 Kim Alvefur mod_register_web: Import usermanager and util.http into locals
Wed, 20 Nov 2013 23:35:45 +0000 Matthew Wild mod_register_web: Always use HTTPS to connect to recaptcha's API (thanks hexa)
Fri, 10 Aug 2012 21:40:52 +0200 Kim Alvefur mod_register_web: Show actual hostname in registration form
Sun, 22 Jul 2012 19:52:45 +0100 Matthew Wild mod_register_web: nodeprep username before creating user (thanks IRON)
Sun, 29 Apr 2012 17:36:31 +0100 Matthew Wild mod_register_web: Extremely rough web registration page, with captcha