|
user.authenticate
|
| |
|
description
Authenticate a user. After execution of the command, the current user becomes the authentified one.
privilege-required
anyone
tx-support
true
|
| |
|
INSTRUCTION
|
|
name
|
type
|
default-value
|
required
|
description
|
| password |
string |
none |
true |
Password (case sensitive). |
| login |
string |
none |
true |
Login of the user (should be low case, alphanumerical value). |
| domain-id |
integer |
none |
false |
Domain id associated to the user. Each user is created on a specific domain. |
|
| |
|
ERROR
|
|
|
id
|
msg
|
| 1 |
Authentification failed |
|
| |
|
EXAMPLE
|
|
|
example 1
|
<nvd:command name="user.authenticate" login="robbykrieger" password="iloveparis"/>
|
|