-
Notifications
You must be signed in to change notification settings - Fork 198
[SYNCOPE-1901] WA: implement Password Management #1170
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…n Syncope with JPA persistence
…mentation for Syncope is now available
… in CAS through Syncope
…d management with LDAP
…d management with JDBC
…ice based on the PasswordManagement configuration enabled via syncope-wa UI
…word management configurations are enabled
...src/main/java/org/apache/syncope/client/console/panels/PasswordManagementDirectoryPanel.java
Fixed
Show fixed
Hide fixed
...src/main/java/org/apache/syncope/client/console/wizards/PasswordManagementWizardBuilder.java
Dismissed
Show dismissed
Hide dismissed
...-api/src/main/java/org/apache/syncope/common/rest/api/service/PasswordManagementService.java
Dismissed
Show dismissed
Hide dismissed
wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/WAPropertySourceLocator.java
Fixed
Show fixed
Hide fixed
wa/starter/src/main/java/org/apache/syncope/wa/starter/config/WAContext.java
Fixed
Show fixed
Hide fixed
… boxed Boolean with primitive
ilgrosso
requested changes
Sep 5, 2025
...src/main/java/org/apache/syncope/client/console/panels/PasswordManagementDirectoryPanel.java
Show resolved
Hide resolved
...nsole/src/main/java/org/apache/syncope/client/console/rest/PasswordManagementRestClient.java
Show resolved
Hide resolved
...src/main/java/org/apache/syncope/client/console/wizards/PasswordManagementWizardBuilder.java
Show resolved
Hide resolved
client/am/console/src/main/resources/org/apache/syncope/client/console/pages/WA_it.properties
Outdated
Show resolved
Hide resolved
...sources/org/apache/syncope/client/console/panels/PasswordManagementDirectoryPanel.properties
Outdated
Show resolved
Hide resolved
ilgrosso
reviewed
Sep 5, 2025
common/am/lib/src/main/java/org/apache/syncope/common/lib/to/PasswordManagementTO.java
Outdated
Show resolved
Hide resolved
ilgrosso
requested changes
Sep 5, 2025
...ain/resources/org/apache/syncope/client/console/wizards/AuthModuleWizardBuilder$Profile.html
Outdated
Show resolved
Hide resolved
.../resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel.properties
Outdated
Show resolved
Hide resolved
...rces/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_fr_CA.properties
Outdated
Show resolved
Hide resolved
...sources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_it.properties
Outdated
Show resolved
Hide resolved
...sources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ja.properties
Outdated
Show resolved
Hide resolved
...rces/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_pt_BR.properties
Outdated
Show resolved
Hide resolved
...sources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ru.properties
Outdated
Show resolved
Hide resolved
wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/WAPropertySourceLocator.java
Dismissed
Show dismissed
Hide dismissed
ilgrosso
approved these changes
Oct 14, 2025
Thank you @alberto-bogi ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Referring to https://issues.apache.org/jira/browse/SYNCOPE-1901