关于登录验证码的建议
#319
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
现在登录验证码,通过第三方插件生成和验证,如果多台服务器部署情况下,如果nginx 没有配置策略,会出现验证码无法验证的情况(验证码生成和验证不在同一台服务器上),能否把验证码生成的配置文件放置到config(global.GVA_CONFIG.Captcha.ImgHeight, global.GVA_CONFIG.Captcha.ImgWidth, global.GVA_CONFIG.Captcha.KeyLong, 0.7, 80)
,把生成的验证码设置过期时效后,存入到redis中,统一到redis认证,这样方便集群部署。
Beta Was this translation helpful? Give feedback.
All reactions