Log

core/usermanager.lua @ 5377:898454038524

description author age
core.*: Complete removal of all traces of the "core" section and section-related code. Kim Alvefur Sat, 23 Mar 2013 02:33:15 +0100
usermanager: Add support for iterating over accounts Kim Alvefur Fri, 21 Sep 2012 17:26:25 +0200
storagemanager: Add purge() for purging user data from all backends in use Kim Alvefur Sun, 16 Sep 2012 02:18:07 +0200
core.usermanager: Don't close sessions ourselves when deleting users. Instead, fire an event that modules can hook. Kim Alvefur Sat, 25 Aug 2012 01:20:13 +0200
usermanager: Add method for deleting a user Kim Alvefur Sat, 28 Jul 2012 21:55:05 +0200
usermanager: Pass session on to auth provider (missing half of commit 0545a574667b) (thanks Zash) Matthew Wild Sat, 07 Jul 2012 02:32:39 +0100
usermanager: Add log error for use of COMPAT config option 'anonymous_login'. To be removed in next version. Matthew Wild Sat, 28 Apr 2012 14:35:52 +0100
usermanager: Prep admin JIDs (fixes issue#276). Waqas Hussain Wed, 14 Dec 2011 07:19:58 +0500
usermanager: Check host exists before trying to look up admins for it Matthew Wild Tue, 05 Apr 2011 13:26:19 +0100
usermanager: Add delete_user method Matthew Wild Tue, 04 Jan 2011 17:11:51 +0000
usermanager: Have methods not implemented in the active provider fall back to the null provider (later we can add support for chains of providers) Matthew Wild Tue, 04 Jan 2011 17:11:37 +0000
usermanager: Change dummy provider method to return an error string also (method not implemented) Matthew Wild Tue, 04 Jan 2011 17:10:56 +0000
usermanager: Assume authentication="anonymous" when anonymous_login=true. Waqas Hussain Mon, 27 Dec 2010 20:46:01 +0500
usermanager: Fixed a possible traceback when is_admin() was used on a component. Waqas Hussain Fri, 17 Dec 2010 22:54:34 +0500