Revision 8167
Added by Jing Tao about 11 years ago
lib/style/common/templates/ldapRegister.tmpl | ||
---|---|---|
181 | 181 |
[% END %] |
182 | 182 |
</td> |
183 | 183 |
</tr> |
184 |
[% IF stage != 'registerconfirmed' %] |
|
185 |
<tr> |
|
186 |
<td align="left" class="label"> |
|
187 |
*Verification Code: |
|
188 |
</td> |
|
189 |
<td align="right"> |
|
190 |
[% captcha %] |
|
191 |
</td> |
|
192 |
</tr> |
|
193 |
[% END %] |
|
194 |
|
|
184 | 195 |
<tr> |
185 | 196 |
<td> |
186 | 197 |
</td> |
Also available in: Unified diff
Add the recaptcha protection.