[PR #2663] [MERGED] GPG key email verification no longer case sensitive (#2661) #16531

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2663
Author: @CaeruleusAqua
Created: 10/5/2017
Status: Merged
Merged: 10/6/2017
Merged by: @lafriks

Base: masterHead: master


📝 Commits (3)

  • 5e2210c GPG key email verification no longer case sensitive (#2661)
  • 73f49bb Merge branch 'master' into master
  • 57d9397 case insensitive GPG key email verification now cached (#2661)

📊 Changes

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

View changed files

📝 models/gpg_key.go (+2 -1)

📄 Description

surround every mail in https://github.com/go-gitea/gitea/blob/master/models/gpg_key.go#L405
with strings.ToLower(email)

Fixes #2661


🔄 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/2663 **Author:** [@CaeruleusAqua](https://github.com/CaeruleusAqua) **Created:** 10/5/2017 **Status:** ✅ Merged **Merged:** 10/6/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`5e2210c`](https://github.com/go-gitea/gitea/commit/5e2210c9b19a48fd6ddedce56363d387e09644f7) GPG key email verification no longer case sensitive (#2661) - [`73f49bb`](https://github.com/go-gitea/gitea/commit/73f49bb24957031bba9d531bfc583027ac4b509f) Merge branch 'master' into master - [`57d9397`](https://github.com/go-gitea/gitea/commit/57d939755c8c6c59feb5947d945927a80e85c2ea) case insensitive GPG key email verification now cached (#2661) ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/gpg_key.go` (+2 -1) </details> ### 📄 Description surround every mail in https://github.com/go-gitea/gitea/blob/master/models/gpg_key.go#L405 with strings.ToLower(email) Fixes #2661 --- <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:12:48 -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#16531