New registered users will be activated automatically
My first extension, very excited.
Run below command while you're in Flarum root folder:
composer require isaced/flarum-ext-email-verification-switch
https://github.com/isaced/flarum-ext-email-verification-switch https://packagist.org/packages/isaced/flarum-ext-email-verification-switch
isaced Is this still being actively developed?
isaced update to the latest version
isaced error
isaced when would the update for this be available please
Thanks, this is an useful ext ?
Frink
"require": { "flarum/core": "^0.1.0-beta.5" },
? Latest commit 5cb4020 on Aug 4, 2017 ?
Latest commit 5cb4020 on Aug 4, 2017
Ralkage Yup, guessing that means it isn't ?. Maybe I should fork it and re-structure it and publish it again ?
Frink It's a very simple extension actually.
You could always go the route of adding a settings switch to enable/disable this feature without actually disabling the extension itself? Or even make group specific to permissions?
Ralkage Exactly what I was thinking ?
You could also go on phpMyAdmin and setting the "is_activated" field to "1" by default.
Alkir Updated flarum support version (in composer.json).
composer.json
isaced I do not work this extension on version 8.1
isaced Event namespaces changed in beta 8. You should be able to switch Flarum\Event\UserWasRegistered with Flarum\User\Event\Registered. Other changes are also required, however.
Flarum\Event\UserWasRegistered
Flarum\User\Event\Registered
See https://flarum.org/docs/extend/update-b8.html for a guide on updating your extension for beta 8.
datitisev thank you very much, I used this script (tobscure/convert.sh) and have easily migrated to beta 8.
isaced Hooray!
jordanjay29 added the Abandoned tag.
isaced datitisev thank you very much, I used this script (tobscure/convert.sh) and have easily migrated to beta 8.
@jordanjay29 possible to remove Abandoned tag?
Abandoned
good job
Turgut this extension wasn't fully converted for beta 8 compatibility.
@isaced I submitted a PR to get this fully working for beta 8, with almost 1k installs, I think this extension even as small as it deserved some love too 😉
https://github.com/isaced/flarum-ext-email-verification-switch/pull/2
Ralkage Thank you for your contribution and have merged.