diff --git a/user/proto/user.proto b/user/proto/user.proto index 7e36801..0aa7b04 100644 --- a/user/proto/user.proto +++ b/user/proto/user.proto @@ -28,7 +28,9 @@ message Account { int64 created = 4; // unix timestamp int64 updated = 5; + // if the account is verified bool verified = 6; + // date of verification int64 verificationDate = 7; // Store any custom data you want about your users in this fields. map profile = 8;