User->add: set default privacy level to 'private'
This commit is contained in:
parent
5d021c4ec9
commit
09a4f1ce0b
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ sub add {
|
||||||
{
|
{
|
||||||
name => $user_name,
|
name => $user_name,
|
||||||
status => 0,
|
status => 0,
|
||||||
public_level => 0,
|
public_level => $visibility_atoi{private},
|
||||||
email => $email,
|
email => $email,
|
||||||
password => $password,
|
password => $password,
|
||||||
registered_at => $now,
|
registered_at => $now,
|
||||||
|
|
Loading…
Reference in a new issue