Add new subscription registration logic using pending ChosenRewards.
This commit add functionality to complete registration and enable the corresponding services for new customer registering.
A new task need to be created through the admin interface that should point to: limitmonitor.tasks.process_pending_registrations
.
We also need to disable old task used to process new subscriptions: limitmonitor.tasks.tunnel_new_subscription
through the admin interface.