[PR #1718] [MERGED] Correct flash after sending password reset email #16012

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1718
Author: @cez81
Created: 5/13/2017
Status: Merged
Merged: 5/14/2017
Merged by: @lunny

Base: masterHead: separate_activation_forgot_pwd


📝 Commits (1)

  • 59fef7f Add new text for reset password flash

📊 Changes

5 files changed (+8 additions, -5 deletions)

View changed files

📝 conf/app.ini (+2 -0)
📝 models/mail.go (+2 -2)
📝 options/locale/locale_en-US.ini (+1 -0)
📝 routers/user/auth.go (+2 -2)
📝 templates/user/auth/forgot_passwd.tmpl (+1 -1)

📄 Description

Adds a new text shown after sending password reset email. The previous reused same text as sending account confirmation mail including the wrong time limit.
Also improve documentation for related email functions.

Closes #1715


🔄 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/1718 **Author:** [@cez81](https://github.com/cez81) **Created:** 5/13/2017 **Status:** ✅ Merged **Merged:** 5/14/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `separate_activation_forgot_pwd` --- ### 📝 Commits (1) - [`59fef7f`](https://github.com/go-gitea/gitea/commit/59fef7f596a9e59630dab8d84da79c4988c8445a) Add new text for reset password flash ### 📊 Changes **5 files changed** (+8 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `conf/app.ini` (+2 -0) 📝 `models/mail.go` (+2 -2) 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `routers/user/auth.go` (+2 -2) 📝 `templates/user/auth/forgot_passwd.tmpl` (+1 -1) </details> ### 📄 Description Adds a new text shown after sending password reset email. The previous reused same text as sending account confirmation mail including the wrong time limit. Also improve documentation for related email functions. Closes #1715 --- <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:00:16 -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#16012