Can we switch from free registration to private registration?

Hello

can we change from an installation with allow public registration at true to allow public registration at no?

i can see in default.php :

     // Is public registration allowed.
    'registration' => [
        'public' => filter_var(env('PASSBOLT_REGISTRATION_PUBLIC', false), FILTER_VALIDATE_BOOLEAN)
    ],

but in my case it s possible to registrar, it was my choose during the installation

thank you for your help

pra

oups sorry the noise , i found

we can change it in config/passbolt.php:
‘registration’ => [
‘public’ => false,
],

it s reversible

pra

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.