Email Verification not working

What app is this about, and its version: Pixelfed 0.12.7~ynh2
What YunoHost version are you running: 12.1.39
What type of hardware are you using: Old laptop or computer

Describe your issue

After upgrade Pixelfed to 0.12.7~ynh2 from 0.12.6~ynh? I noticed that even if I have the “Require Email Verifications” option checked on my Pixelfed Admin Settings, on the registration process the verification is not working: on the last step the user is created and is usable without any verification.

Previously email verification was working fine.

Share relevant logs or error messages

no errors to share

Thanks for reporting this! This looks like a regression introduced in the 0.12.7~ynh2 upgrade. Check that ENFORCE_EMAIL_VERIFICATION=true is explicitly set in your Pixelfed .env file, as Admin Settings don’t always sync with the actual config. If the issue persists, consider opening a bug report on the YunoHost Pixelfed GitHub repository.

Checked.

Also checked with artisan tinker:
config(‘pixelfed.enforce_email_verification’);
= true

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