Hello fellow Cryptpad users,
first time Cryptpad user and installation here. I have two questions regarding my private installation (2024.6.1):
- I have missed to add some salt to www/common/application_config.js before creating an admin user for myself. Now that an admin user exists (and only that one, so far), I am unsure how to proceed with adding salt without breaking access for myself. Could someone please advise me on this? If adding salt at this stage means breaking admin access, how can I reset my installation to the initial state, but without doing a fresh install?
- I need to prevent anonymous usage (pad creation and drive usage), only registered users should be able to use it. Thus I have set AppConfig.disableAnonymousPadCreation = false; to customize/application_config.js according to https://github.com/cryptpad/cryptpad/issues/704#issuecomment-843800482. Yet, anonymous usage remains possible. Is this method deprecated in the recent version?
All best, Padorno