log mod_register_web/mod_register_web.lua @ 3753:cf3247ec5e01

age author description
Sun, 17 Nov 2019 16:34:56 +0100 Kim Alvefur mod_register_web: Set a (configurable) HTTP app title
Fri, 01 Nov 2019 23:21:50 +0100 Kim Alvefur mod_register_web: Enforce strict username validation (on trunk, ignored otherwise)
Fri, 01 Nov 2019 17:15:29 +0100 Kim Alvefur mod_register_web: Fix to use real client IP in case of proxy forwarding (thanks Sebastian)
Sat, 28 Sep 2019 21:26:28 +0200 Kim Alvefur mod_register_web: Fix traceback if captcha_reply is left out of the form (thanks woffs)
Wed, 07 Nov 2018 17:49:27 +0100 Kim Alvefur mod_register_web: Add soft dependency on mod_register_limits (0.11+)
Sun, 15 Apr 2018 12:39:32 +0100 Matthew Wild mod_register_web: Handle errors contacting upstream API
Tue, 13 Mar 2018 21:12:21 +0100 Michel Le Bihan mod_register_web: Pass username to generate_register_response
Sat, 10 Mar 2018 02:48:07 +0100 Kim Alvefur mod_register_web: Remove unused variables [luacheck]
Sat, 10 Mar 2018 02:44:27 +0100 Kim Alvefur mod_register_web: Remove username and password from form data and provide the rest in pre-registration event
Sat, 10 Mar 2018 02:39:54 +0100 Kim Alvefur mod_register_web: Return reason for rejection if one was provided by another plugin during pre-registration checks
Sat, 10 Mar 2018 02:38:42 +0100 Kim Alvefur mod_register_web: Include IP address in pre-registration check event to allow other modules a chance to act on it
Thu, 17 Aug 2017 14:49:52 +0200 Kim Alvefur mod_register_web: Normalize indentation [luacheck]
Thu, 17 Aug 2017 14:35:42 +0200 Michel Le Bihan mod_register_web: Import missing datamanager
Tue, 01 Aug 2017 17:33:05 +0200 Michel Le Bihan mod_register_web: Add password confirmation field
Wed, 04 Mar 2015 12:57:24 +0100 Thijs Alkemade mod_register_web: Switch to the new reCAPTCHA API, including support for "nocaptcha" when users are already signed in to Google.