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

CODENVY-1017; disable password recovering services in LDAP sync mode; #2165

Merged
merged 7 commits into from
May 11, 2017

Conversation

mshaposhnik
Copy link
Contributor

What does this PR do?

Disabling password recovering services in LDAP sync mode.

What issues does this PR fix or reference?

#1017

Changelog

Disabled password recovering services in LDAP sync mode.

Release Notes

Docs PR

@@ -70,6 +70,11 @@
<artifactId>thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>com.codenvy.onpremises.wsmaster</groupId>
<artifactId>codenvy-ldap</artifactId>
<scope>provided</scope>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add this jar to exclude like this

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-dependency-plugin</artifactId>
                <executions>
                    <execution>
                        <id>analyze</id>
                        <configuration>
                            <ignoredDependencies>
                                <ignoredDependency>org.eclipse.che.core:che-wsagent-core</ignoredDependency>
                                <ignoredDependency>org.everrest:everrest-websockets</ignoredDependency>
                            </ignoredDependencies>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

import javax.ws.rs.Path;

/**
* @author Max Shaposhnik (mshaposhnik@codenvy.com)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what this filter do?

this.profileManager = profileManager;
this.resourceResolver = resourceResolver;
this.mailFrom = mailFrom;
this.recoverPasswordMailSubject = recoverPasswordMailSubject;
this.thymeleaf = thymeleaf;
this.validationMaxAge = validationMaxAge;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redundant empty line

@mshaposhnik mshaposhnik merged commit 13bde40 into master May 11, 2017
@mshaposhnik mshaposhnik deleted the CODENVY-1017 branch May 11, 2017 07:14
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

Successfully merging this pull request may close these issues.

None yet

3 participants