nntp::Session method login (public)
<instance of nntp::Session> login user password
Defined in packages/xowiki/tcl/nntp-procs.tcl
Log-in with the provided credentials
- Parameters:
- user (required)
- password (required)
- 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