[PR #2524] [CLOSED] Adding "CreatedAt" member to the json output of a User #21304

Closed
opened 2026-04-30 07:51:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2524
Author: @Lowaiz
Created: 6/1/2022
Status: Closed

Base: mainHead: add_created_member_to_json_user


📝 Commits (1)

  • c093ec6 Adding "CreatedAt" member to the json output of a User so the admin/users and admin/users/ routes give the creation time information.

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 src/db/models/user.rs (+3 -1)

📄 Description

Adding "CreatedAt" member to the json output of a User so the admin/users and admin/users/<ID> routes give the creation time information.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/2524 **Author:** [@Lowaiz](https://github.com/Lowaiz) **Created:** 6/1/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add_created_member_to_json_user` --- ### 📝 Commits (1) - [`c093ec6`](https://github.com/dani-garcia/vaultwarden/commit/c093ec6cd6315f73a21a31cf2d067317b4167fce) Adding "CreatedAt" member to the json output of a User so the admin/users and admin/users/<ID> routes give the creation time information. ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/db/models/user.rs` (+3 -1) </details> ### 📄 Description Adding "CreatedAt" member to the json output of a User so the `admin/users` and `admin/users/<ID>` routes give the creation time information. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 07:51:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#21304