首页 > CMS > 动易CMS > 正文

解答让SF版验证码变成纯数字的方法

2024-09-10 21:56:13
字体:
来源:转载
供稿:网友


问题:如何让SF版验证码变成纯数字?

解决方法:修改/Controls/ValidateCodeImage.aspx文件,找到以下代码:

<div>
            <pe:ValidateCodeImage ID="ValidateCodeImage1" runat="server"
                ValidateCodeFontSize="10" ValidateCodeMaxLength="6" ValidateCodeMinLength="4"
                ValidateCodeLengthMode="static" />
        </div>


替换为

        <div>
            <pe:ValidateCodeImage ID="ValidateCodeImage1" ValidateCodeBoundString="0|1|2|3|4|5|6|7|8|9" runat="server" ValidateCodeSessionName="ValidateCodeSession"
                ValidateCodeFontSize="10" ValidateCodeMaxLength="6" ValidateCodeMinLength="4"
                ValidateCodeLengthMode="static" />
        </div>


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选