Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
9163d87f
Commit
9163d87f
authored
Mar 04, 2004
by
Robert Ricci
Browse files
Make '_' legal in usernames.
parent
d4a887e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
account/addpubkey.in
View file @
9163d87f
...
...
@@ -126,7 +126,7 @@ $user = $ARGV[0];
#
# Untaint the arguments.
#
if
(
$user
=~
/^([-\w]+)$/i
)
{
if
(
$user
=~
/^([-\w
_
]+)$/i
)
{
$user
=
$
1
;
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment