-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip subscriber verification #1990
Comments
We don't have an option for turning off subscription confirmations, but that would be something we could easily add. Ping @joecohens. Also, you're running an outdated version of Cachet, the latest version is v2.3.6 :) |
Hi jbrooksuk, The Confirm Subscription feature is already available in the system. I receive an Confirm Subscription email when i subscribe to the updates . I wish to turn off this feature. I want people to sign up the the updates without confirming their email address. I tried to set Binput::get('verify', false), in the below code located in app/Http/Controllers/Api/SubscriberController.php but it did not work public function postSubscribers()
|
Sorry, I re-worded my reply. It's very hot here today and I'm not with it :) |
This is now done in v2.4.0. |
Hi Team,
I am using the CACHE ( 2.3.0-RC4) version. & am trying to skip the CONFIRM SUBSCRIPTION when an user subscribes to the system
I would really appreciate if you can provide a solution to my issue?
Let me know about your thoughts.
Thanks,
Karthik
The text was updated successfully, but these errors were encountered: