Mercurial > prosody-hg
diff plugins/mod_auth_internal_plain.lua @ 4684:dc70c4ffb66d
Merge timber->trunk - thanks everyone!
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 24 Apr 2012 21:59:20 +0100 |
| parents | 6900c9484834 |
| children | 943f9f860ab4 |
line wrap: on
line diff
--- a/plugins/mod_auth_internal_plain.lua Tue Apr 24 03:23:44 2012 +0100 +++ b/plugins/mod_auth_internal_plain.lua Tue Apr 24 21:59:20 2012 +0100 @@ -23,7 +23,7 @@ function new_default_provider(host) local provider = { name = "internal_plain" }; - log("debug", "initializing default authentication provider for host '%s'", host); + log("debug", "initializing internal_plain authentication provider for host '%s'", host); function provider.test_password(username, password) log("debug", "test password '%s' for user %s at host %s", password, username, module.host);
