1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] Feature request: uppercase letters in user names
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%20%3D%3Futf-8%3Fq%3FFeature_request%3D3A_uppercase_letters_i%3F%3D%0A%20%3D%3Futf-8%3Fq%3Fn_user%3D09names%3F%3D&In-Reply-To=%3C201112140800.24892.renaud%40olgiati-in-paraguay.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="006102.html">
<LINK REL="Next" HREF="006087.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] Feature request: uppercase letters in user names</H1>
<B>Renaud (Ron) Olgiati</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%0A%20%3D%3Futf-8%3Fq%3FFeature_request%3D3A_uppercase_letters_i%3F%3D%0A%20%3D%3Futf-8%3Fq%3Fn_user%3D09names%3F%3D&In-Reply-To=%3C201112140800.24892.renaud%40olgiati-in-paraguay.org%3E"
TITLE="[Mageia-discuss] Feature request: uppercase letters in user names">renaud at olgiati-in-paraguay.org
</A><BR>
<I>Wed Dec 14 12:00:24 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="006102.html">[Mageia-discuss] erros after mageia1 install
</A></li>
<LI>Next message: <A HREF="006087.html">[Mageia-discuss] Feature request: uppercase letters in user names
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6086">[ date ]</a>
<a href="thread.html#6086">[ thread ]</a>
<a href="subject.html#6086">[ subject ]</a>
<a href="author.html#6086">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Monday 12 Dec 2011 20:49 my mailbox was graced by a message from Richard
Couture who wrote:
><i> >> So my feature request would be to support uppercase letters in
</I>><i> >> usernames, like in openSUSE and Fedora.
</I>
><i> > You can already create a username with upper-case letters with useradd in
</I>><i> > a console.
</I>
><i> I think that the RFC for EMail says that any user wishing to receive
</I>><i> mail had better have no CAPS in his/her username
</I>
The local-part of the email address may use any of these ASCII characters RFC
5322 Section 3.2.3:
Uppercase and lowercase English letters (a–z, A–Z) (ASCII: 65-90, 97-122)
Digits 0 to 9 (ASCII: 48-57)
Characters !#$%&'*+-/=?^_`{|}~ (ASCII: 33, 35-39, 42, 43, 45, 47, 61, 63,
94-96, 123-126)
Character . (dot, period, full stop) (ASCII: 46) provided that it is not
the first or last character, and provided also that it does not appear two or
more times consecutively (e.g. <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">John..Doe at example.com</A> is not allowed.).
Special characters are allowed with restrictions including:
Space and "(),:;<>@[\] (ASCII: 32, 34, 40, 41, 44, 58, 59, 60, 62, 64,
91-93)
The restrictions for special characters are that they must be contained
between quotation marks and that 3 special chars (The space, backslash \ and
quotation mark " (ASCII: 32, 92, 34) must be preceded by a backslash \ (e.g.
"\"\\\ ").
Cheers,
Ron.
--
Hate is like acid. It can damage the vessel in which it is stored
as well as destroy the object on which it is poured.
-- <A HREF="http://www.olgiati-in-paraguay.org">http://www.olgiati-in-paraguay.org</A> --
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="006102.html">[Mageia-discuss] erros after mageia1 install
</A></li>
<LI>Next message: <A HREF="006087.html">[Mageia-discuss] Feature request: uppercase letters in user names
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6086">[ date ]</a>
<a href="thread.html#6086">[ thread ]</a>
<a href="subject.html#6086">[ subject ]</a>
<a href="author.html#6086">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|