mirror of https://github.com/BOINC/boinc.git
Fix account creation RPC
svn path=/trunk/boinc/; revision=25488
This commit is contained in:
parent
1ab6eaf277
commit
1abf76b7e6
|
@ -48,7 +48,7 @@ $passwd_hash = get_str("passwd_hash");
|
|||
$user_name = get_str("user_name");
|
||||
$team_name = get_str("team_name", true);
|
||||
|
||||
if (!is_valid_user_name($name, $reason)) {
|
||||
if (!is_valid_user_name($user_name, $reason)) {
|
||||
xml_error(-188, $reason);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue