login

--[[
Put this file on the same folder as public/ and customize it.
]]

return {
    title = "cogit",
    port = 8080,
    limit = 20, -- page size, for pagination
    session_age = 2*60*60, -- login session duration in seconds
    users = {
        ["guest"] = {
            salt = "GfwhQ/F6HYnv6g5qrpv58NgMWmOF6nsQXc8RVr6C8Fc=",
            hash = "uxfQEiPSWAuu96rYpqYfi0kcue0ZiTvSCDX3ngFjC3RqLa7v9OouFd5UglJ7vh52nNDh2E9cG/f0RlVrLzIE9Q==",
            nick = "guest",
            name = "Guest",
            groups = {"guests"},
        },
    },
}