Email verification switch
Any plan to update this extension for Beta 12?
I am using Flarum via Yunohost on a mesh network and would like to disable the email auth so I can run Flarum offline in case their is a internet outage.
I get the following error:
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Using version 0.1.3 for isaced/flarum-ext-email-verification-switch
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- doctrine/cache 1.10.0 requires php 7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
- doctrine/cache 1.10.0 requires php 7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
- doctrine/cache 1.10.0 requires php 7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
- Installation request for doctrine/cache (locked at 1.10.0) -> satisfiable by doctrine/cache[1.10.0].
Installation failed, reverting ./composer.json to its original content.
camberini Your error is because you need PHP 7.1 or newer to run this extension. I recommend you upgrade your PHP version anyways as Flarum will be dropping PHP 7.0 support in Beta.13
tankerkiller125 beta 12 already requires PHP 7.1+
camberini I'm not sure how you even managed to get Flarum to beta 12 under these circumstances.
And also... don't run composer as root, as explained by composer themselves.
tankerkiller125 Thanks a ton for your prompt response. I ended up upgrading to 7.4 because it prompted me to upgrade to 7.2 after I upgraded to 7.1. I installed the extension and it works!
clarkwinkelmann beta 12 already requires PHP 7.1+
I'm already mixing up the timing of when PRs where merged.
isaced when would the update for this be available please
Hi, just wondering if this will be updated for beta 14?
- Edited
Just looking at the code, it seems like this extension might still work. If anyone reports otherwise we'll add the incompatible tag.
Would be nice to see an update to take advantage of the new Extend\Events
extender and the new admin panel categories.
clarkwinkelmann I am using this extension on localhost and it still works.
- Edited
this works on 0.1.0-beta.16 right?
[deleted]
Puggo no. It's not updated for beta 16 as far as I can tell
- Edited
Puggo Glad to hear! Although...if anyone tries to look for this extension on Extiverse, they'll have some trouble since this isn't marked as compatible with beta 16. I'll try to submit a PR to fix the required Flarum version to give it search visibility on Extiverse
Edit: Annnnnnnnnd done ️ isaced/flarum-ext-email-verification-switch3
Works perfectly in 0.16. It is a nice extension for new forums to easy registration of new users. When every new user is an important asset.