Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

点击登录按钮没反应 #1

Open
ahcoding opened this issue May 9, 2019 · 1 comment
Open

点击登录按钮没反应 #1

ahcoding opened this issue May 9, 2019 · 1 comment

Comments

@ahcoding
Copy link

ahcoding commented May 9, 2019

您好,这个接口signin/form/account代码里没有?是不是没有提交

@bestaone
Copy link
Owner

在这个位置

com.bestaone.hiauth.config.validatecode.ValidateCodeSecurityConfig

@Override
public void configure(HttpSecurity http) throws Exception {
	//账号登录、手机号码登录都需要输入图形验证码
	CaptchaAuthenticationFilter filter = new CaptchaAuthenticationFilter("/signin/form/**", "/signin?error=true");
	filter.setCacheUtil(cacheUtil);
	http.addFilterBefore(filter, AbstractPreAuthenticatedProcessingFilter.class);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants