Hi,
Is there plans to introduce D8 version of this module?
I would like to help you with development of this version or to implement it from scratch.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | stop_spam_regs-drupal_8-2317693-11.patch | 28.69 KB | shkiper |
| #5 | stop_spam_regs-drupal_8-2317693-4.patch | 48.39 KB | shkiper |
| #3 | stop_spam_regs-drupal_8-2317693-3.patch | 40.24 KB | shkiper |
Comments
Comment #1
shkiper commentedComment #2
spleshkaHi. Currently no plans to migrate this module to D8. If you want to provide a new D8 version, you are highly welcome.
Comment #3
shkiper commentedHere is the patch to port Stop spam registrations module to Drupal 8.
Comment #4
spleshkaNice job, andrii! One question - according to this patch, you have dropped list of predefined "blacklisted" domains. Any reasons to do this>
Comment #5
shkiper commentedI lost the function with this list. It is available in new patch.
Comment #6
spleshkaI've created new branch 8.x, so now possible to use simplytest.me to test your patch.
Comment #7
spleshkaNeed just wait for a while when a new branch from this project will be available there.
Comment #8
spleshkaAh, didn't note initially - file LICENSE.txt shouldn't be included in patch as well. It adds automatically when new release is published on drupal.org.
Comment #9
spleshkaAs far as I know, currently form ID is automatically generated. So no necessarity in this method anymore.
Comment #10
spleshkaBut I've tested module on simplytest.me - behavior is correct, nice job!
Comment #11
shkiper commentedI've updated my patch and made module compatible with current Drupal 8 version. getFormId method is required
Comment #13
spleshkaI've commited your patch & created a new D8 release. Thanks a lot for you work!