Log

mod_auth_phpbb3/mod_auth_phpbb3.lua @ 1073:fe57e9332e52

description author age
mod_auth_*: Use module:provides(), and don't explicitly specify provider.name. Waqas Hussain 2012-09-12
mod_auth_phpbb3: Optionally allow using PHPBB3 session ID as password ( sql = { sessionid_as_password = true, ... } ). Waqas Hussain 2012-05-16
mod_auth_phpbb3: Match the username_clean column instead of the username column when updating password. Waqas Hussain 2012-03-24
mod_auth_phpbb3: A little refactoring. Waqas Hussain 2011-09-11
mod_auth_phpbb3: Support legacy PHPBB2 password hashes (simple MD5). Waqas Hussain 2011-09-10
mod_auth_phpbb3: Apply stringprep, and try automatic JID escaping to derive username. Waqas Hussain 2011-09-10
mod_auth_phpbb3: Implement password change. Waqas Hussain 2011-07-01
mod_auth_phpbb3: Comment logging of user password. Waqas Hussain 2011-07-01
mod_auth_phpbb3: Fixed traceback when logging in as a non-existent user. Waqas Hussain 2011-07-01
mod_auth_phpbb3: Fixed a missing function parameter causing auth to fail. Waqas Hussain 2011-07-01
mod_auth_phpbb3: Initial commit. Waqas Hussain 2011-07-01