[
Home
/
Overboard
/
Stats
]
[
g
]
[
calm
/
brabant
/
drenthe
/
q
/
qa
/
zellig
]
[
booru
/
wiki
]
[
v
]
[
Rules
/
Contacts
]
[
Search
]
🔍
[
Register
/
Settings
/
Log in
]
Markup /chive/4549
Comment
>>4548 from everything ive tried, no. theres a line in ext/log_logstash/main.php >"username" => ($user && $user->name) ? $user->name : "Anonymous", but it seems to be connected to core/install.php and even after changing it, it doesnt work >$db->execute("INSERT INTO users(name, pass, joindate, class) VALUES(:name, :pass, now(), :class)", ["name" => 'Zayan', "pass" => null, "class" => 'anonymous']); which probably means that if i want to change the names ill have to rerun the setup script again. i know i probably could do this and just use the existing database but theres still a risk it wipes the database and the zooru which just isnt worth the risk. i might message shish and ask him about about it later