Closed amrsoll closed 1 year ago
Hi,
The firstrun.py file was missing pending_activation=False. I set it to False as I imagine we don't want to wait to confirm the first member in the db?
pending_activation=False
False
If you've tested it I believe you that it works :) It's probably just a miss from when upgrading to the subscription flow for registering new members.
Hi,
The firstrun.py file was missing
pending_activation=False
. I set it toFalse
as I imagine we don't want to wait to confirm the first member in the db?