| Both sides previous revisionPrevious revision | |
| module:logon [2025/04/01 11:55] – Document the xtrn_sec=<code> RLogin terminal option digital man | module:logon [2025/04/02 22:17] (current) – Document the rlogin_xtrn_logon and rlogin_xtrn_logoff options digital man |
|---|
| | rlogin_auto_xtrn | false | Auto-execute an external program when the RLogin 'terminal-type' includes ''xtrn=//<code>//''| | | rlogin_auto_xtrn | false | Auto-execute an external program when the RLogin 'terminal-type' includes ''xtrn=//<code>//''| |
| | rlogin_xtrn_menu | false | RLogin server acts as a door game server (displays the external program menu or a section menu) //only// | | | rlogin_xtrn_menu | false | RLogin server acts as a door game server (displays the external program menu or a section menu) //only// | |
| | | rlogin_xtrn_logon | true | Display logon screens, execute logon events, display last few callers and auto-message during RLogin logons | |
| | | rlogin_xtrn_logoff | false | Prompt for log-off (instead of just disconnecting) when exiting external program menu ("full" is another possible value) | |
| | show_logon_list | true | Set to ''false'' to disable the display of the logon list ("last few callers") during logon | | | show_logon_list | true | Set to ''false'' to disable the display of the logon list ("last few callers") during logon | |
| | email_validation | false | Run the [[module:emailval]] (user e-mail address validation) module during logon | | | email_validation | false | Run the [[module:emailval]] (user e-mail address validation) module during logon | |
| |
| To automatically direct a user to a particular external program //section//, the RLogin client can pass a "terminal" field value of "xtrn_sec=<code>" where ''<code>'' is the //internal code// of the external program section. | To automatically direct a user to a particular external program //section//, the RLogin client can pass a "terminal" field value of "xtrn_sec=<code>" where ''<code>'' is the //internal code// of the external program section. |
| | |
| | === rlogin_xtrn_logon === |
| | When ''rlogin_xtrn_menu'' is enabled, setting ''rlogin_xtrn_logon'' to ''false'' will cause the normal logon procedures (i.e. logon screens, logon list, auto-message) to be skipped for RLogin sessions. |
| | |
| | === rlogin_xtrn_logoff === |
| | When ''rlogin_xtrn_menu'' is enabled, setting ''rlogin_xtrn_logoff'' to ''true'' will enable a prompt for log-off upon exiting the external program menu and require positive confirmation from the user before disconnecting, rather than just immediately disconnecting the user when quitting the external program menu. Setting ''rlogin_xtrn_logoff'' to ''full'' will both prompt and if affirmed by the user, initiate the normal/full user log-off procedure (i.e. displaying log-off screens and executing log-off events) before disconnecting the user. |
| |
| ===== See Also ===== | ===== See Also ===== |