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
3b29a694
Commit
3b29a694
authored
May 12, 2008
by
Leigh B. Stoller
Browse files
Bug fix to last revision.
parent
72bee82d
Changes
1
Hide whitespace changes
Inline
Side-by-side
account/newuser.in
View file @
3b29a694
...
...
@@ -276,7 +276,7 @@ UserError("Email address already in use; please pick another!")
my
$pswd
=
$xmlparse
->
{'
attribute
'}
->
{'
password
'}
->
{'
value
'};
# Admins can "star" the password entry.
if
(
$this_user
->
IsAdmin
()
&&
$pswd
eq
"
*
")
{
if
(
defined
(
$this_user
)
&&
$this_user
->
IsAdmin
()
&&
$pswd
eq
"
*
")
{
$newuser_args
{'
usr_pswd
'}
=
"
*
";
}
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