Autologin read/write routines
List of Global Functions
AskForDisabling - Ask if autologin should be disabled (and disable it in such case)
Disable - Disable autologin
DisableAndWrite - Disable autologin and write it (used probably for automatic disabling without asking)
Read - Read autologin settings
Use - Wrapper for setting the 'used' variable
Write - Write autologin settings
List of Global Variables
available - Is autologin feature available?
modified - Autologin settings modified?
pw_less - Login without passwords?
used - Is autogion used? Usualy true when user is not empty, but for the first time (during installation), this can be true by default although user is "" (depends on the control file)
user - User to log in automaticaly
Ask if autologin should be disabled (and disable it in such case)
Function parameters
string new
Return value
boolean - Is autologin used?
Disable autologin and write it (used probably for automatic disabling without asking)
Function parameters
boolean write_only
Return value
boolean - written anything?
Is autogion used? Usualy true when user is not empty, but for the first time (during installation), this can be true by default although user is "" (depends on the control file)