按照这里http://yii2-user.readthedocs.org/en/latest/howto/adding-captcha.html可以成功显示验证码,但是现在我想要把验证码单独拿出来使用。要怎么用?
按照这里http://yii2-user.readthedocs.org/en/latest/howto/adding-captcha.html可以成功显示验证码,但是现在我想要把验证码单独拿出来使用。要怎么用?
yii\captcha\CaptchaAction 输出验证码图片数据
yii\captcha\Captcha widget显示到前台html (可以自行显示action数据)
yii\captcha\CaptchaValidator::validate($userInputCaptcha) 验证captcha数据