-
Notifications
You must be signed in to change notification settings - Fork 220
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
Implementing user account recovery with multiple notification channels #345
Merged
emswbandara
merged 6 commits into
wso2-extensions:master
from
somindatommy:recovery_apis
Jan 9, 2020
Merged
Implementing user account recovery with multiple notification channels #345
emswbandara
merged 6 commits into
wso2-extensions:master
from
somindatommy:recovery_apis
Jan 9, 2020
Conversation
This file contains 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
This was referenced Jan 2, 2020
emswbandara
reviewed
Jan 2, 2020
...ity.recovery/src/main/java/org/wso2/carbon/identity/recovery/dto/NotificationChannelDTO.java
Outdated
Show resolved
Hide resolved
...ity.recovery/src/main/java/org/wso2/carbon/identity/recovery/dto/NotificationChannelDTO.java
Outdated
Show resolved
Hide resolved
...dentity.recovery/src/main/java/org/wso2/carbon/identity/recovery/dto/PasswordRecoverDTO.java
Outdated
Show resolved
Hide resolved
.../carbon/identity/recovery/internal/service/impl/password/DefaultPasswordRecoveryManager.java
Outdated
Show resolved
Hide resolved
.../carbon/identity/recovery/internal/service/impl/password/DefaultPasswordRecoveryManager.java
Outdated
Show resolved
Hide resolved
.../carbon/identity/recovery/internal/service/impl/username/DefaultUsernameRecoveryManager.java
Outdated
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/recovery/password/NotificationPasswordRecoveryManager.java
Outdated
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/recovery/password/NotificationPasswordRecoveryManager.java
Outdated
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/recovery/password/NotificationPasswordRecoveryManager.java
Outdated
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/recovery/password/NotificationPasswordRecoveryManager.java
Outdated
Show resolved
Hide resolved
somindatommy
force-pushed
the
recovery_apis
branch
from
January 3, 2020 04:42
229bdd0
to
5aa5730
Compare
emswbandara
reviewed
Jan 7, 2020
...tity.recovery/src/main/java/org/wso2/carbon/identity/recovery/IdentityRecoveryConstants.java
Show resolved
Hide resolved
....carbon.identity.recovery/src/main/java/org/wso2/carbon/identity/recovery/RecoverySteps.java
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/recovery/confirmation/ResendConfirmationManager.java
Outdated
Show resolved
Hide resolved
.../carbon/identity/recovery/internal/service/impl/username/DefaultUsernameRecoveryManager.java
Outdated
Show resolved
Hide resolved
.../carbon/identity/recovery/internal/service/impl/username/DefaultUsernameRecoveryManager.java
Outdated
Show resolved
Hide resolved
.../carbon/identity/recovery/internal/service/impl/username/DefaultUsernameRecoveryManager.java
Outdated
Show resolved
Hide resolved
...tity.recovery/src/main/java/org/wso2/carbon/identity/recovery/model/NotificationChannel.java
Outdated
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/recovery/password/NotificationPasswordRecoveryManager.java
Outdated
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/recovery/password/NotificationPasswordRecoveryManager.java
Outdated
Show resolved
Hide resolved
.../org/wso2/carbon/identity/recovery/internal/service/impl/UserAccountRecoveryManagerTest.java
Outdated
Show resolved
Hide resolved
emswbandara
reviewed
Jan 8, 2020
.../src/main/java/org/wso2/carbon/identity/recovery/confirmation/ResendConfirmationManager.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/recovery/confirmation/ResendConfirmationManager.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/identity/recovery/confirmation/ResendConfirmationManager.java
Outdated
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/recovery/password/NotificationPasswordRecoveryManager.java
Outdated
Show resolved
Hide resolved
… for external notification channels
emswbandara
reviewed
Jan 9, 2020
.../src/main/java/org/wso2/carbon/identity/recovery/confirmation/ResendConfirmationManager.java
Outdated
Show resolved
Hide resolved
IsuraD
reviewed
Jan 9, 2020
...tity.recovery/src/main/java/org/wso2/carbon/identity/recovery/IdentityRecoveryConstants.java
Show resolved
Hide resolved
somindatommy
force-pushed
the
recovery_apis
branch
from
January 9, 2020 08:21
b219249
to
bdf2e2c
Compare
IsuraD
approved these changes
Jan 9, 2020
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.
Purpose
Introducing new APIs for username recovery and password recovery which supports notification sending via user-preferred communication channel.
Related Issues: wso2/product-is#6343
Related PRs
When should this PR be merged
Follow up actions