Skip to main content


@Amolith :blobcatpopr: How did you enable registrations for https://wallabag.nixnet.services/ :) - I'd like to provide an instance of that for our trom.tf too ;) but can't find any docs about how to do that and I thought to quickly ask if you don't mind.
in reply to Tio

Maybe @Alexio found the answer - anyways :p
in reply to Tio

you want to set registration to true in your app/config/parameters.yml file. if you have SMTP and such set up and want users to confirm their email address, set the confirmation one to true as well
fosuser_registration: true
fosuser_confirmation: true

https://doc.wallabag.org/en/admin/parameters.html
in reply to Amolith

Yes that's true thank you!