cboard icon indicating copy to clipboard operation
cboard copied to clipboard

Implement trial expired if user was created > 30 days ago

Open martinbedouret opened this issue 2 years ago • 0 comments

If the user was created > 30 days ago , the following dialog must be displayed when the board is unlocked:

trial

The user creation date can be obtained from the _id property of the user object, see here: https://www.mongodb.com/docs/manual/reference/method/ObjectId.getTimestamp/

martinbedouret avatar Sep 19 '22 00:09 martinbedouret