[PR #2077] [MERGED] Check for valid renamed usernames #16216

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2077
Author: @ethantkoenig
Created: 6/28/2017
Status: Merged
Merged: 7/1/2017
Merged by: @lafriks

Base: masterHead: fix/username


📝 Commits (5)

📊 Changes

2 files changed (+100 additions, -1 deletions)

View changed files

📝 integrations/user_test.go (+99 -0)
📝 modules/auth/user_form.go (+1 -1)

📄 Description

Fixes #2066 and #2061.


🔄 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/2077 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 6/28/2017 **Status:** ✅ Merged **Merged:** 7/1/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix/username` --- ### 📝 Commits (5) - [`2ed43cb`](https://github.com/go-gitea/gitea/commit/2ed43cba65fc14ca0e508a8ff4cc02ef4918c213) Check for valid renamed usernames - [`60c82cb`](https://github.com/go-gitea/gitea/commit/60c82cb35e1cfddad66494f466f8cd3f15a7f339) Integration test - [`3a8de5a`](https://github.com/go-gitea/gitea/commit/3a8de5a2b368fa3749414c912d509304ca94945d) More integration tests - [`1fb9741`](https://github.com/go-gitea/gitea/commit/1fb9741b110adf9c46101127e9e33d1e4ef3b76b) Test for username with space - [`b89cc49`](https://github.com/go-gitea/gitea/commit/b89cc490534be9e23ad8776a97415e3c5c0a371d) Make name field required ### 📊 Changes **2 files changed** (+100 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `integrations/user_test.go` (+99 -0) 📝 `modules/auth/user_form.go` (+1 -1) </details> ### 📄 Description Fixes #2066 and #2061. --- <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:02 -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#16216