| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
So that the methods are there and don't cause an error.
|
| |
|
| |
|
| |
|
|
|
|
| |
(fixes #1508)
|
|
|
|
| |
the latter
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
module. Fixes #517 (ish).
Note: Removes the ability for mod_auth_* providers to determine user admin status. Such
modules will need to have their is_admin methods ported to be a mod_authz_* provider.
|
| |
|
| |
|
|
|
|
| |
change (thanks waqas) (fixes #512)
|
| |
|
| |
|
| |
|
|
|
|
| |
usermanager, util.xml: Add luacheck annotations
|
| |
|
| |
|
| |
|
|
|
|
| |
section-related code.
|
| |
|
| |
|
|
|
|
| |
Instead, fire an event that modules can hook.
|
| |
|
|
|
|
| |
0545a574667b) (thanks Zash)
|
|
|
|
| |
'anonymous_login'. To be removed in next version.
|
| |
|
| |
|
| |
|
|
|
|
| |
to the null provider (later we can add support for chains of providers)
|
|
|
|
| |
(method not implemented)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
event (components now fire 'host-activated').
|
| |
|
| |
|
| |
|
|
|
|
| |
parameters for usermanager.test_password - username, host, password
|
|
|
|
| |
(fixes a traceback).
|
|
|
|
| |
update usermanager to still use it as the default
|
| |
|
|
|
|
| |
a user is an admin for a given host (or a global admin) - auth providers checked for JIDs not listed in the config if they support it
|
| |
|
| |
|
|
|
|
| |
mod_auth_internal_hashed, and the providers to internal and internal_hashed respectively. Also no longer auto-load defaultauth, but instead auto-load the plugin selected for each host at startup based on the provider name.
|
| |
|
| |
|