25. Autologin

Autologin read/write routines

25.1. Summary of Module Globals

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

25.2. Global Functions

25.2.1. AskForDisabling

Ask if autologin should be disabled (and disable it in such case)

Function parameters

  • string new

Return value

  • boolean - Is autologin used?

25.2.2. Disable

Disable autologin

Return value

  • void

25.2.3. DisableAndWrite

Disable autologin and write it (used probably for automatic disabling without asking)

Function parameters

  • boolean write_only

Return value

  • boolean - written anything?

25.2.4. Read

Read autologin settings

Return value

  • boolean - used?

25.2.5. Use

Wrapper for setting the 'used' variable

Function parameters

  • boolean use

Return value

  • void

25.2.6. Write

Write autologin settings

Function parameters

  • boolean write_only

Return value

  • boolean - written anything?

25.3. Global Variables

25.3.1. available

Is autologin feature available?

25.3.2. modified

Autologin settings modified?

25.3.3. pw_less

Login without passwords?

25.3.4. 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)

25.3.5. user

User to log in automaticaly

25.4. Module Requirements

25.4.1. Module Imports

  • Package
  • Popup
  • ProductFeatures

25.4.2. Module Includes