[PR #2129] [CLOSED] Add option to change username to the admin panel #16247

Closed
opened 2025-11-02 12:05:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2129
Author: @Bwko
Created: 7/8/2017
Status: Closed

Base: masterHead: change_username


📝 Commits (7)

  • 2c5edbd Add option to change username to the admin panel
  • 96b4ed2 Merge branch 'master' into change_username
  • 571d6e9 Merge branch 'master' into change_username
  • 8f44051 Merge branch 'master' into change_username
  • 93076c0 Update year
  • de9c5ab Merge branch 'master' into change_username
  • 47aa7a5 Merge branch 'master' into change_username

📊 Changes

5 files changed (+94 additions, -2 deletions)

View changed files

integrations/admin_user_test.go (+81 -0)
📝 modules/auth/admin.go (+1 -0)
📝 public/js/index.js (+2 -0)
📝 routers/admin/users.go (+8 -0)
📝 templates/admin/user/edit.tmpl (+2 -2)

📄 Description

Adds #1818


🔄 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/go-gitea/gitea/pull/2129 **Author:** [@Bwko](https://github.com/Bwko) **Created:** 7/8/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `change_username` --- ### 📝 Commits (7) - [`2c5edbd`](https://github.com/go-gitea/gitea/commit/2c5edbdb307cd66919f40486cc9b8d9200e1a77b) Add option to change username to the admin panel - [`96b4ed2`](https://github.com/go-gitea/gitea/commit/96b4ed20e3dc2a958ff9d5692ea7ea0ea8f96114) Merge branch 'master' into change_username - [`571d6e9`](https://github.com/go-gitea/gitea/commit/571d6e9f9c4bc63f653537ed3653668f39743c79) Merge branch 'master' into change_username - [`8f44051`](https://github.com/go-gitea/gitea/commit/8f4405168c38c329563d4530fe50dcb00bd1edd7) Merge branch 'master' into change_username - [`93076c0`](https://github.com/go-gitea/gitea/commit/93076c0187e003db4b49e076763ebe9c5657621b) Update year - [`de9c5ab`](https://github.com/go-gitea/gitea/commit/de9c5abb47abea7ea6e80396e8d29e1495301839) Merge branch 'master' into change_username - [`47aa7a5`](https://github.com/go-gitea/gitea/commit/47aa7a5e92ff071da281d6632308c0c8f3ea5571) Merge branch 'master' into change_username ### 📊 Changes **5 files changed** (+94 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `integrations/admin_user_test.go` (+81 -0) 📝 `modules/auth/admin.go` (+1 -0) 📝 `public/js/index.js` (+2 -0) 📝 `routers/admin/users.go` (+8 -0) 📝 `templates/admin/user/edit.tmpl` (+2 -2) </details> ### 📄 Description Adds #1818 --- <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 2025-11-02 12:05:52 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16247