nntp::Session method login (public)

 <instance of nntp::Session[i]> login user password

Defined in packages/xowiki/tcl/nntp-procs.tcl

Log-in with the provided credentials

Parameters:
user
password

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
:writeLine "AUTHINFO USER $user"
set line [:readLine]
:writeLine "AUTHINFO PASS $password"
set line [:readLine]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: