Api/minux.login()

From Minux Wiki
Revision as of 04:31, 24 September 2024 by Shorun (talk | contribs) (Created page with "minux.login() attempts to log in to either local or network auth, depending on system settings. useage: minux.login(username,password) output: Sets the proper login variabels for other programs to use. _G.validlogin =.bool. True = Pass accepted. _G.login = string = the username _G.Masterpass = string = password _G.isadmin = bool, true = admin mode. _G.owner = the user this system belongs to, network only _G.ownergroup = the group that has user access to this system, ne...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

minux.login() attempts to log in to either local or network auth, depending on system settings.

useage: minux.login(username,password)

output: Sets the proper login variabels for other programs to use. _G.validlogin =.bool. True = Pass accepted. _G.login = string = the username _G.Masterpass = string = password _G.isadmin = bool, true = admin mode. _G.owner = the user this system belongs to, network only _G.ownergroup = the group that has user access to this system, network only