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

[TS] LPS-118342 Prevent the passwordModifiedDate being later than the session creationTime #1134

Closed
wants to merge 1 commit into from

Conversation

hudakl
Copy link

@hudakl hudakl commented Aug 4, 2020

Hi Drew,

I found that the issue occurs because after a succesful login the execution rans onto the PasswordModifiedFilter. In this, the _isPasswordModified returns true, after which the user is logged out. This happens because the passwordModifiedDate is updated after the session is created. That's what I try to avoid with this fix.

Could you please review my changes?

Thank you,
Laci

@liferay-continuous-integration
Copy link
Collaborator

To conserve resources, the PR Tester does not automatically run for every pull.

If your code changes were already tested in another pull, reference that pull in this pull so the test results can be analyzed.

If your pull was never tested, comment "ci:test" to run the PR Tester for this pull.

@Sharryxue
Copy link

ci:test:sf

@Sharryxue
Copy link

ci:test:relevant

@Sharryxue
Copy link

Trigger the CI test before reviewing started.

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:sf - 1 out of 1 jobs passed in 3 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 8d6382a9e763a52dd352926551b3a82a905d0222

Sender Branch:

Branch Name: LPS-118342
Branch GIT ID: b43f13b891c2c0ae5966a13e6918d66e9e6ea4a9

1 out of 1jobs PASSED
1 Successful Jobs:
For more details click here.

@liferay-continuous-integration
Copy link
Collaborator

Jenkins Build:test-portal-source-format#3857
Jenkins Report:jenkins-report.html
Jenkins Suite: sf
Pull Request:drewbrokke#1134
Spira Release:/Liferay DXP 7.3/Pull Request/ci:test:sf
Spira Release Build:master - hudakl > drewbrokke - PR#1134 - 2020-08-05[04:16:54]
Spira Jenkins Build:publish-spira-report#2221

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:stable - 21 out of 21 jobs passed

✔️ ci:test:relevant - 50 out of 50 jobs passed in 2 hours

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 9b5ee1b6d26d88144f66ffc69789f81671914d14

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: a4eb9471e502819c1cfc9d16ef0eea0078d40a10

ci:test:stable - 21 out of 21 jobs PASSED
21 Successful Jobs:
ci:test:relevant - 50 out of 50 jobs PASSED
50 Successful Jobs:
For more details click here.

@liferay-continuous-integration
Copy link
Collaborator

@hudakl
Copy link
Author

hudakl commented Aug 7, 2020

Hi @drewbrokke ,

Do you have any updates regarding the review?

Thanks,
Laci

@hudakl hudakl changed the title LPS-118342 Prevent the passwordModifiedDate being later than the session creationTime [TS] LPS-118342 Prevent the passwordModifiedDate being later than the session creationTime Aug 7, 2020
@drewbrokke
Copy link
Owner

Just started reviewing :)

@drewbrokke
Copy link
Owner

@hudakl Sorry about the delay, I'll review it now.

@drewbrokke
Copy link
Owner

ci:forward

@liferay-continuous-integration
Copy link
Collaborator

CI is automatically triggering the following test suites:

  •     ci:test:relevant
  •     ci:test:sf

The pull request will automatically be forwarded to the user brianchandotcom if the following test suites pass:

  •     ci:test:relevant
  •     ci:test:sf
  •     ci:test:stable

@liferay-continuous-integration
Copy link
Collaborator

Skipping previously passed test suites:
ci:test:relevant
ci:test:sf

@drewbrokke
Copy link
Owner

@hudakl LGTM 👍

@liferay-continuous-integration
Copy link
Collaborator

All required test suite(s) passed.
Forwarding pullrequest to brianchandotcom.

@liferay-continuous-integration
Copy link
Collaborator

Pull request has been successfully forwarded to brianchandotcom#92452

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

Successfully merging this pull request may close these issues.

None yet

4 participants