[PR #3039] [MERGED] Fix missing password length check when change password #16729

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3039
Author: @lunny
Created: 11/30/2017
Status: Merged
Merged: 12/2/2017
Merged by: @lafriks

Base: masterHead: lunny/fix_min_password_check


📝 Commits (2)

  • 3f138ac fix missing password length check when change password
  • 17471c5 add tests for change password

📊 Changes

3 files changed (+74 additions, -2 deletions)

View changed files

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

📄 Description

will fix #3036


🔄 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/3039 **Author:** [@lunny](https://github.com/lunny) **Created:** 11/30/2017 **Status:** ✅ Merged **Merged:** 12/2/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `lunny/fix_min_password_check` --- ### 📝 Commits (2) - [`3f138ac`](https://github.com/go-gitea/gitea/commit/3f138ac1d81f0e4031282347a843135bc8085e63) fix missing password length check when change password - [`17471c5`](https://github.com/go-gitea/gitea/commit/17471c5a9e39502e86b511173384d200eb7f7665) add tests for change password ### 📊 Changes **3 files changed** (+74 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `modules/test/context_tests.go` (+3 -1) 📝 `routers/user/setting.go` (+3 -1) ➕ `routers/user/setting_test.go` (+68 -0) </details> ### 📄 Description will fix #3036 --- <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:17:35 -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#16729