3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5 <t:title>Login</t:title>
7 <t:if t:value="description">
8 <p>You must log in to <t:label t:name="description" />.</p>
11 <t:if t:value="capabilities">
12 <p>Your user must have the following capabilities:</p>
14 <t:each t:name="capabilities">
15 <li><t:label t:name="value" /></li>
20 <t:form t:action="login">
25 <th class="field-label">User name:</th>
26 <td><t:field t:name="username" /></td>
30 <th class="field-label">Password:</th>
31 <td><t:password t:name="password" /></td>
38 <button type="submit">Log in</button>
39 <t:validation-errors />
46 <t:if t:code="furnace.auth.features.registration:allow-registration?">
47 <t:a t:href="register">Register</t:a>
50 <t:if t:code="furnace.auth.features.recover-password:allow-password-recovery?">
51 <t:a t:href="recover-password">Recover Password</t:a>