FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests