From cb3a60e65f91b83cdc83876378d70ced191e563e Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 25 Jun 2015 23:45:37 -0400 Subject: Bump version to 0.6.0 --- authenticator-freeswitch-vmail.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'authenticator-freeswitch-vmail.lua') diff --git a/authenticator-freeswitch-vmail.lua b/authenticator-freeswitch-vmail.lua index e4072a6..77903e8 100644 --- a/authenticator-freeswitch-vmail.lua +++ b/authenticator-freeswitch-vmail.lua @@ -39,6 +39,7 @@ mymodule.read_entry = function(self, tabl, field, id) local vmcontroller = self:new("freeswitch-vmail/vmail") local users = vmcontroller.model.list_passwords(id) if users and users.value and users.value[1] and users.value[1].password then +-- TODO can change this from md5 to password hash, not that it really matters much as the result isn't stored anywhere result = md5.sumhexa(users.value[1].password)..":Voicemail User:/freeswitch-vmail/vmail/USER::/freeswitch-vmail/vmail/listmymessages" end vmcontroller:destroy() -- cgit v1.2.3