Connectivity Guide

248 | Configuration Dell Networking W-ClearPass Guest 6.2 | User Guide
5. Remove extraneous data from the User Account HTML field. Example text is shown below.
<table {$table_class_content}>
<thead>
<tr>
<th class="nwaTop" colspan="3">Access Details</th>
</tr>
</thead>
<tbody>
<tr>
<td class="nwaBody" rowspan="99" valign="top"><img src="images/icon-user48.png" width="4
8" height="48" border="0" alt=""></td>
<th class="nwaLeft">Access Code</th>
<td class="nwaBody" style="width:12em">{$u.username|htmlspecialchars}</td>
</tr>
{if $u.create_result.error}
<tr>
<th class="nwaLeft">Error</th>
<td class="nwaBody"><span class="nwaError">{$u.create_result.message}</span></td>
</tr>
{/if}
</tbody>
</table>
6. Click Save Changes to save your settings.
7. To preview the new template, select the template in the Guest Manager Print Templates list, then click Preview.
The template is displayed. The template created by the example text given above would look like this:
Customize the Guest Accounts Form
Next, modify the Guest Accounts form to add a flag that to allows access-code based authentication.
1. Navigate to Configuration > Forms & Views.
2. In the Customize Forms & Views list, select create_multi and then click Edit Fields.
3. In the Edit Fields list, look for a field named username_auth. If the field exists, but is not bolded and enabled,
select it and click Enable Field.
If the field does not exist, select any field in the list (for example, num_accounts) and select Insert After. Click the
Field Name drop-down list, select username_auth and allow the page to refresh. The defaults should be
acceptable, but feel free to customize the label or description.
4. Click Save Changes to save your settings. Once the field is enabled or inserted, you should see it bolded in the
list of fields.