Skip to content

Commit

Permalink
fixed #47
Browse files Browse the repository at this point in the history
由于添加了重置密码需要验证码
  • Loading branch information
kawhii committed Dec 16, 2017
1 parent 072da44 commit d5fc5ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sso-server/pom.xml
Expand Up @@ -27,6 +27,7 @@
<artifactId>cas-server-support-mongo-service-registry</artifactId>
<version>${cas.version}</version>
</dependency>-->
<!--自定义校验器-->
<dependency>
<groupId>com.carl.auth</groupId>
<artifactId>sso-support-custom-auth</artifactId>
Expand All @@ -38,6 +39,7 @@
<artifactId>sso-support-single-login</artifactId>
<version>${project.version}</version>
</dependency>
<!--校验码-->
<dependency>
<groupId>com.carl.auth</groupId>
<artifactId>sso-support-captcha</artifactId>
Expand Down
Expand Up @@ -34,7 +34,7 @@ public ValidateWebflowConfigurer(FlowBuilderServices flowBuilderServices, FlowDe

@Override
protected void doInitialize() throws Exception {
createPasswordResetValidateFlow();
//createPasswordResetValidateFlow();
createLoginValidateValidateFlow();
}

Expand Down

0 comments on commit d5fc5ba

Please sign in to comment.