Customizing captcha

From TITAN Wiki
Revision as of 12:04, 13 March 2017 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Responsive captcha

You can change shape and colors of the Captcha component. To set custom styles edit captcha-customize.css stylesheet.

/Scripts/default/assets/css/captcha-customize.css

This file will be included every time you call the Captcha control in your code.

<titan:Captcha runat="server" ID="TitanCaptcha1" />

If necessary, you can also make some minor changes in the HTML structure of the Captcha component Captcha.ascx

\Controls\Captcha.ascx

See also