1
Track date & IP of user-verification (on user registration)
Source: directus/directus#22784 · opened by @Dominic-Marcelino
Summary Since directus v10.11 there's a specific functionality for user-registration and verification In order to track user verification better, I suggest to store the verification date as well as IP together with the user. Basic Example _No response_ Motivation Keep a documentation when / from where a user has been verified. Saving the timestamp can be used as a documentation, storing the IP can be used to analyze / track spam registrations as well as documentation, too. Detailed Design • Extend the user-table with two new fields: - verified_at (datetime) - verification_ip (string) • Update the Verification service to store the data: Requirements List Must Have: • Tracking verification date, to store verification proof Should Have: • IP from verification Drawbacks Data protection could be a thing, but as the directus_activities already track the IP it wouldn't be a change Alternatives / Adoption Strategy see above …
No pledges yet. Be the first to back this.
Comments
Similar requests
Inefficient revision tracking of items with 100+ related ited
1 vote · 0 comments
SDK: Public users registration with roles
1 vote · 0 comments
Allow Unverified Users to Log In and Resend Verification Email
3 votes · 0 comments
Allow logging-in to same account via multiple auth providers
11 votes · 0 comments
Extend the default role when registering
1 vote · 0 comments
No comments yet.