Log

mod_auth_phpbb3/mod_auth_phpbb3.lua @ 3008:26fe44c68791

description author age
mod_auth_phpbb3: Add support for verifying bcrypt hashes (thanks bios) Kim Alvefur 2016-04-30
all the things: Remove trailing whitespace Florian Zeitz 2014-03-11
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