-
Notifications
You must be signed in to change notification settings - Fork 493
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
6630 lastlogintime not updated #10135
6630 lastlogintime not updated #10135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a straight-froward fix. The one question I have is whether it would be better to just include
@EJB
UserServiceBean userService;
to be able to call userService.updateLastLogin rather than creating a pass-though method in the AuthenticationServiceBean. Not a major concern but I think just using @ejb would be cleaner unless there's a reason to avoid that.
Hello @qqmyers , Yes you are right, the method was initially there to include other calls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stevenferey - another one where I think all that's needed is merging with develop.
What this PR does / why we need it:
Which issue(s) this PR closes:
Closes #6630
Special notes for your reviewer:
Suggestions on how to test this:
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?:
Additional documentation: