Activate the users management system to protect your Pydio

(Centos 7, Pydio 8)

Hi,
I disabled Core parameter ENABLE_USERS (desc: Activate the users management system to protect your Pydio) and now I can’t login with Admin User. How Can I solve?

Thanks

Giovanni

No suggestion for this issue?

Hi,

Edit bootstrap.json in data/plugins/boot.conf to re-enable this param

  "core.auth":{
    "ENABLE_USERS":false => true,
    "CASE_SENSITIVE":false,
    "ALLOW_GUEST_BROWSING":false,

Thanks! Now It works!

Dibbo