Fix the output template to support multiple authentication protocols now that the code is not lying about that.
git-svn-id: svn://10.0.0.236/trunk@107842 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -22,9 +22,11 @@ contact: </text>
|
||||
</p>
|
||||
<p>
|
||||
<input type="hidden" name="command" value="SendPassword">
|
||||
<select name="protocol">
|
||||
<!-- XXX -->
|
||||
<option name="e-mail">email</option>
|
||||
<select name="protocol">]]>
|
||||
<set variable="protocol" value="(data.contacts)" order="case insensitive lexical" source="values">
|
||||
<br/><text value=" <option name="(protocol)">(protocol)</option>"/>
|
||||
</set>
|
||||
<![CDATA[
|
||||
</select>
|
||||
<input type="text" name="address" value="">
|
||||
<input type="hidden" name="pendingCommands" value="
|
||||
|
||||
Reference in New Issue
Block a user