Users->add: correctly specify default visibility
This commit is contained in:
parent
4845a03f07
commit
e14966c488
1 changed files with 4 additions and 3 deletions
|
@ -486,7 +486,8 @@ sub add {
|
||||||
{
|
{
|
||||||
name => $user_name,
|
name => $user_name,
|
||||||
status => 0,
|
status => 0,
|
||||||
public_level => $visibility_atoi{unlisted},
|
public_level => $visibility_atoi{unlisted}
|
||||||
|
| ( $visibility_atoi{unlisted} << 8 ),
|
||||||
email => $email,
|
email => $email,
|
||||||
password => $password,
|
password => $password,
|
||||||
registered_at => $now,
|
registered_at => $now,
|
||||||
|
|
Loading…
Reference in a new issue