[PR #4563] [MERGED] Allow admin toggle forcing a password change for newly created users #17421

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4563
Author: @adelowo
Created: 7/30/2018
Status: Merged
Merged: 9/13/2018
Merged by: @techknowlogick

Base: masterHead: feat-admin_checkbox_whether_to_force_password_change


📝 Commits (3)

  • e66ca37 respect admin selection while creating a user
  • 785fe6c update testsuite
  • f4a3d24 Merge branch 'master' into feat-admin_checkbox_whether_to_force_password_change

📊 Changes

5 files changed (+60 additions, -13 deletions)

View changed files

📝 modules/auth/admin.go (+7 -6)
📝 options/locale/locale_en-US.ini (+1 -0)
📝 routers/admin/users.go (+1 -1)
📝 routers/admin/users_test.go (+44 -6)
📝 templates/admin/user/new.tmpl (+7 -0)

📄 Description


<img width="1920" alt="screen shot 2018-07-30 at 22 52 58" src="https://user-images.githubusercontent.com/12677701/43425698-5395ed78-944b-11e8-85ab-33dcd6dea71f.png">



---

<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4563 **Author:** [@adelowo](https://github.com/adelowo) **Created:** 7/30/2018 **Status:** ✅ Merged **Merged:** 9/13/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `feat-admin_checkbox_whether_to_force_password_change` --- ### 📝 Commits (3) - [`e66ca37`](https://github.com/go-gitea/gitea/commit/e66ca377b03ea1ea920c355bb1183547c99d5550) respect admin selection while creating a user - [`785fe6c`](https://github.com/go-gitea/gitea/commit/785fe6cecdba1f7c4e44ac29d84b846af9a19bee) update testsuite - [`f4a3d24`](https://github.com/go-gitea/gitea/commit/f4a3d2409013cb77f15e388ebf13247c54aabe03) Merge branch 'master' into feat-admin_checkbox_whether_to_force_password_change ### 📊 Changes **5 files changed** (+60 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `modules/auth/admin.go` (+7 -6) 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `routers/admin/users.go` (+1 -1) 📝 `routers/admin/users_test.go` (+44 -6) 📝 `templates/admin/user/new.tmpl` (+7 -0) </details> ### 📄 Description ~~~Blocked by #4489~~~.. And fixes https://github.com/go-gitea/gitea/issues/4340#issuecomment-408922423 <img width="1920" alt="screen shot 2018-07-30 at 22 52 58" src="https://user-images.githubusercontent.com/12677701/43425698-5395ed78-944b-11e8-85ab-33dcd6dea71f.png"> --- <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 13: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#17421