Api/minux.logintype()

From Minux Wiki
Revision as of 08:49, 29 September 2024 by Shorun (talk | contribs) (Created page with "minux api used to obtain login type setting. '''usage:''' tempstring = minux.logintype() '''output:''' writes the current login type into "tempstring", can be either "disabled", "local" or "network".")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

minux api used to obtain login type setting.


usage:

tempstring = minux.logintype()


output:

writes the current login type into "tempstring", can be either "disabled", "local" or "network".