[PR #1020] [MERGED] Fixes 1019, install page SMTP user is required to to be an email address. #15713

Closed
opened 2025-11-02 11:52:54 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1020
Author: @puffybsd
Created: 2/23/2017
Status: Merged
Merged: 2/24/2017
Merged by: @lunny

Base: masterHead: issue-1019


📝 Commits (1)

  • f42d510 Fixes 1019, install page SMTP user is required to

📊 Changes

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

View changed files

📝 modules/auth/user_form.go (+1 -1)
📝 options/locale/locale_en-US.ini (+1 -1)
📝 routers/install.go (+3 -3)
📝 templates/install.tmpl (+3 -3)

📄 Description

Fixes #1019, install page SMTP user is required to to be an email address.

Updates the install page to have an english label of "Sender User" instead of "Sender Email",
removes email validation on the Sender User field, updates the install form, model and route.

Signed-off-by: P.B. puffybsd@yahoo.com


🔄 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/1020 **Author:** [@puffybsd](https://github.com/puffybsd) **Created:** 2/23/2017 **Status:** ✅ Merged **Merged:** 2/24/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `issue-1019` --- ### 📝 Commits (1) - [`f42d510`](https://github.com/go-gitea/gitea/commit/f42d5107772a9391f4cae4c6f686770f1f14bd68) Fixes 1019, install page SMTP user is required to ### 📊 Changes **4 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `modules/auth/user_form.go` (+1 -1) 📝 `options/locale/locale_en-US.ini` (+1 -1) 📝 `routers/install.go` (+3 -3) 📝 `templates/install.tmpl` (+3 -3) </details> ### 📄 Description Fixes #1019, install page SMTP user is required to to be an email address. Updates the install page to have an english label of "Sender User" instead of "Sender Email", removes email validation on the Sender User field, updates the install form, model and route. Signed-off-by: P.B. <puffybsd@yahoo.com> --- <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:52:54 -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#15713