[PR #1399] [MERGED] data.email should NOT be shorter than 8 characters #845 #3430

Closed
opened 2026-02-26 08:30:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1399
Author: @nikhen
Created: 9/12/2021
Status: Merged
Merged: 9/13/2021
Merged by: @jc21

Base: developHead: i845


📝 Commits (1)

  • ce50323 data.email should NOT be shorter than 8 characters #845

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/schema/definitions.json (+1 -1)

📄 Description

Change minimum value for characters in mail address from 8 to 6.

Seems to be a valid point in #845

> ping a.ie
PING a.ie (79.170.244.15) 56(84) bytes of data.
64 bytes from parking.irishdomains.com (79.170.244.15): icmp_seq=1 ttl=63 time=37.8 ms
64 bytes from parking.irishdomains.com (79.170.244.15): icmp_seq=2 ttl=63 time=38.3 ms
64 bytes from parking.irishdomains.com (79.170.244.15): icmp_seq=3 ttl=63 time=37.6 ms
^C
--- a.ie ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2024ms
rtt min/avg/max/mdev = 37.634/37.932/38.317/0.285 ms

See also: https://answers.microsoft.com/en-us/outlook_com/forum/all/what-is-the-minimum-number-of-characters-allowed/fbfea6fd-7ba2-4d13-abab-50d9f71719a5


🔄 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/NginxProxyManager/nginx-proxy-manager/pull/1399 **Author:** [@nikhen](https://github.com/nikhen) **Created:** 9/12/2021 **Status:** ✅ Merged **Merged:** 9/13/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `i845` --- ### 📝 Commits (1) - [`ce50323`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ce503232c334163265343041f84e578f290e9e31) data.email should NOT be shorter than 8 characters #845 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/schema/definitions.json` (+1 -1) </details> ### 📄 Description Change minimum value for characters in mail address from 8 to 6. Seems to be a valid point in #845 ``` > ping a.ie PING a.ie (79.170.244.15) 56(84) bytes of data. 64 bytes from parking.irishdomains.com (79.170.244.15): icmp_seq=1 ttl=63 time=37.8 ms 64 bytes from parking.irishdomains.com (79.170.244.15): icmp_seq=2 ttl=63 time=38.3 ms 64 bytes from parking.irishdomains.com (79.170.244.15): icmp_seq=3 ttl=63 time=37.6 ms ^C --- a.ie ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2024ms rtt min/avg/max/mdev = 37.634/37.932/38.317/0.285 ms ``` See also: https://answers.microsoft.com/en-us/outlook_com/forum/all/what-is-the-minimum-number-of-characters-allowed/fbfea6fd-7ba2-4d13-abab-50d9f71719a5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:30:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3430
No description provided.