Differences From Artifact [15344e4760]:
- File view/load.lua — part of check-in [d6024624c6] at 2021-01-08 05:58:30 on branch trunk — enable passwords (user: lexi, size: 896) [annotate] [blame] [check-ins using]
To Artifact [3d222d2b19]:
- File view/load.lua — part of check-in [0d10a378e9] at 2021-01-11 01:53:23 on branch trunk — add auth docs and rsa auth (user: lexi, size: 916) [annotate] [blame] [check-ins using]
20 20 'login-challenge'; 21 21 22 22 'conf'; 23 23 'conf-profile'; 24 24 'conf-sec'; 25 25 'conf-sec-credmg'; 26 26 'conf-sec-pwnew'; 27 + 'conf-sec-keynew'; 27 28 'conf-user-ctl'; 28 29 } 29 30 30 31 local ingest = function(filename) 31 32 local hnd = io.open(path..'/'..filename) 32 33 local txt = hnd:read('*a') 33 34 io.close(hnd)