mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-23 00:59:52 +02:00
allow user identification in publisher
This commit is contained in:
@ -51,7 +51,7 @@ function is_auth()
|
||||
SESSION.user = data[1].username
|
||||
local f = io.open(TUNNEL_KEYCHAIN, "w")
|
||||
if f then
|
||||
f:write(sessionid)
|
||||
f:write(sessionid..SESSION.user)
|
||||
f:close()
|
||||
end
|
||||
return true
|
||||
|
Reference in New Issue
Block a user