-
Notifications
You must be signed in to change notification settings - Fork 494
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
For Dataverse users, record (1) date created, (2) last login, and (3) lastApiUse #3246
Labels
Component: Code Infrastructure
formerly "Feature: Code Infrastructure"
Feature: Account & User Info
Type: Feature
a feature request
Milestone
Comments
raprasad
added
Type: Feature
a feature request
Status: Dev
Type: Bug
a defect
Component: Code Infrastructure
formerly "Feature: Code Infrastructure"
Feature: Account & User Info
labels
Aug 8, 2016
Related: #2470 |
pdurbin
added
Hackathon: Low Hanging Fruit
and removed
Effort 2: Medium
Type: Bug
a defect
labels
Jun 5, 2017
raprasad
added a commit
that referenced
this issue
Jun 14, 2017
|
raprasad
added a commit
that referenced
this issue
Jun 19, 2017
raprasad
added a commit
that referenced
this issue
Jun 19, 2017
raprasad
added a commit
that referenced
this issue
Jun 20, 2017
bsilverstein95
added a commit
that referenced
this issue
Jun 20, 2017
5 tasks
pdurbin
referenced
this issue
Jun 22, 2017
- Put email addresses throught the same "find single value" logic originally developed in #1608 for multiple first and last names. - Add `@ValidateEmail` to the "email" field on AuthenticatedUser to match BuiltinUser. - Add null check added to EmailValidator to make it testable. - Add `INVALID_EMAIL` and `MISSING_REQUIRED_ATTR` modes for Shib testing in dev. - Remove red warning when TestShib doesn't provide "mail" attribute. - Catch authSvc.createAuthenticatedUser exceptions and handle errors better. - Reformat code (getPrettyFacesHomePageString seems ok).
bsilverstein95
added a commit
that referenced
this issue
Jun 23, 2017
@bsilverstein95 is the code your writing a fix for #2470? Should we close that issue as a duplicate of this one? |
@bsilverstein95 same question for issue #2485. |
bsilverstein95
added a commit
that referenced
this issue
Jun 26, 2017
bsilverstein95
added a commit
that referenced
this issue
Jun 26, 2017
bsilverstein95
added a commit
that referenced
this issue
Jun 27, 2017
kcondon
added a commit
that referenced
this issue
Jun 27, 2017
#3246: added last login/creation time/last API use for authenticateduser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: Code Infrastructure
formerly "Feature: Code Infrastructure"
Feature: Account & User Info
Type: Feature
a feature request
Add the following timestamp columns to the authenticated user table:
To supply basic metrics to stakeholders and dev. team including:
The text was updated successfully, but these errors were encountered: