[PR #223] [MERGED] Added minimum password length to app.ini #15232

Closed
opened 2025-11-02 11:41:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/223
Author: @Bwko
Created: 11/23/2016
Status: Merged
Merged: 12/24/2016
Merged by: @lunny

Base: masterHead: feature/min-password-length


📝 Commits (2)

  • 9595eee Added minimum password length to app.ini
  • d5e1f85 Merge branch 'master' into feature/min-password-length

📊 Changes

4 files changed (+17 additions, -4 deletions)

View changed files

📝 conf/app.ini (+2 -0)
📝 modules/setting/setting.go (+6 -0)
📝 options/locale/locale_en-US.ini (+1 -1)
📝 routers/user/auth.go (+8 -3)

📄 Description

Adds feature #220


🔄 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/223 **Author:** [@Bwko](https://github.com/Bwko) **Created:** 11/23/2016 **Status:** ✅ Merged **Merged:** 12/24/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `feature/min-password-length` --- ### 📝 Commits (2) - [`9595eee`](https://github.com/go-gitea/gitea/commit/9595eee82ee4558eec91f72cd30352583d6aa082) Added minimum password length to app.ini - [`d5e1f85`](https://github.com/go-gitea/gitea/commit/d5e1f8564d9d4089c17dc31dbf48ec4f5f88b986) Merge branch 'master' into feature/min-password-length ### 📊 Changes **4 files changed** (+17 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `conf/app.ini` (+2 -0) 📝 `modules/setting/setting.go` (+6 -0) 📝 `options/locale/locale_en-US.ini` (+1 -1) 📝 `routers/user/auth.go` (+8 -3) </details> ### 📄 Description Adds feature #220 --- <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 11:41:55 -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#15232