summaryrefslogtreecommitdiffstats
path: root/password-controller.lua
blob: a9e28c72bce9ad0a54d64fbb75b47360d7cb2767 (plain)
1
2
3
4
5
6
7
8
9
-- the password controller

module (..., package.seeall)

default_action = "update"

update = function (self,self.sessionid.userid)
	return ( {report = self.model:set() })
end