Password set, but instance still public.
I migrated a selfoss installation from one server to another. In fact, I made a new installation and migrated db and config.
The old installation I don't know what version is, but it's not using composer or npm. That instance has user/password prompt OK.
The new one is v2.18, I ran composer and npm and all installed OK. The config is the same, but the instance is public (no user/pass prompt). Here's the relevant config section:
username=xxxxxxxxx
password=f143b54f4532ed3fc1e16e3763303a7e8e33a826d6858822fdd469af296972e11268cf343bc567....
salt=lkjl1289
public=0
I hid the user, cut the hash. I also tried with public=, but still same thing. Any ideas?