blob: a717f95cee039f86c9c44011bed39299081b3179 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>Example</title>
</head>
<body>
<p>Login names can only use letters from A to Z (upper or lowercase)
and the character underscore (_) and minus (-).
For example: <code its-allowed-characters="[a-zA-Z_\-]">Huck_Finn</code>.</p>
</body>
</html>
|