[PR #3071] [MERGED] Fix missing password length check when change password (#3039) #16746

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3071
Author: @lunny
Created: 12/3/2017
Status: Merged
Merged: 12/3/2017
Merged by: @lunny

Base: release/v1.3Head: lunny/fix_min_password_chek2


📝 Commits (1)

  • 36ff419 Fix missing password length check when change password (#3039)

📊 Changes

3 files changed (+75 additions, -1 deletions)

View changed files

📝 modules/test/context_tests.go (+4 -0)
📝 routers/user/setting.go (+3 -1)
routers/user/setting_test.go (+68 -0)

📄 Description

  • fix missing password length check when change password
  • add tests for change password

back port from #3039


🔄 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/3071 **Author:** [@lunny](https://github.com/lunny) **Created:** 12/3/2017 **Status:** ✅ Merged **Merged:** 12/3/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `release/v1.3` ← **Head:** `lunny/fix_min_password_chek2` --- ### 📝 Commits (1) - [`36ff419`](https://github.com/go-gitea/gitea/commit/36ff4198efb9fa66b0328025df147b1aa7cf7b34) Fix missing password length check when change password (#3039) ### 📊 Changes **3 files changed** (+75 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `modules/test/context_tests.go` (+4 -0) 📝 `routers/user/setting.go` (+3 -1) ➕ `routers/user/setting_test.go` (+68 -0) </details> ### 📄 Description * fix missing password length check when change password * add tests for change password back port from #3039 --- <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:18:07 -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#16746