Subj : Login Process To : All From : apam Date : Wed Oct 13 2021 15:10:24 HiI have just added the ability to override t he default telnet login with alua script.To use this feature, add a lua script called login.lua into your scripts folder. The script must have a function "login" that returns twovari ables, the username and password.A very simple exampl e script:function login()bbs_write_strin g("\r\n") bbs_write_string("Login: ")loc al uname = bbs_read_string(16)bbs_write_string("\r\n") bbs_write_string("Password: ")local pass = bbs_read_password (16)bbs_write_string("\r\n")return uname, pa ssendHopefully this is enough to enable people  to make a login matrix if theywish. Please note, while all bbs lua functions are accessable from thisscript, it would b e wise not to use any that would need a logged in user,else it will probably crash your node.If the login script has bugs, it will fail and the internal login will beused in stead.This is currently in git.Andrew --Andrew Pamment (apam)Ha ppyLand v2.0! --- Mystic BBS v1.12 A47 2021/09/29 (Linux/64) * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101) .