Simple user test.
<nvd:variable unset="result"/>
<nvd:command name="user.exist" login="robbykrieger" error-variable="err"/>
<nvd:result name="response" variable="result" />
</nvd:command>
<err><nvd:variable select="err"/></err>
<nvd:if test="result == true">User exists</nvd:if>
|