Closed (fixed)
Project:
Comment Notify
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2016 at 03:32 UTC
Updated:
23 Nov 2017 at 04:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
martinma commentedI just have the same problem too, so I cant use this very usefull modul. I think priority should be "major".
Comment #3
martinma commentedComment #4
Homeowner One commentedComment Notify is a great module and needed. It generally works as expected, but blocks 'Create New User' and 'Create Account' by anonymous users. What can I do to help? Thanks for the hard work on this project. Has there been any updates since 11/2015? When will this module be ready for Drupal 8 install?
Comment #5
gregglesHi,
I agree this is a high priority bug. Unfortunately I don't have any Drupal 8 sites, so I'm really looking to the community to provide patches (and tests, ideally). Any chance you have ideas on what the right fix is?
Comment #6
washburn commentedI have bypassed the limitation of not creating a new user through Drupal interface by using drush
drush user-create newuser --mail="person@example.com" --password="letmein"
drush user-add-role "administrator" --name="newuser"
You can fix the values in the above commands or log in as newuser and then adjust the values.
Comment #7
john.money commentedPatch tested with both admin/people/create and user/register endpoints.
Comment #10
chegor commentedUpdated patch
Comment #11
chegor commentedComment #12
manumad40 commentedPatch from #10 works for me.
Comment #13
berdirLooks ok to me, could also do a isNew() check instead of id(). I'd say this is critical.
Comment #15
gregglesThanks for the patch, the reroll, and the review!
Now committed.
Comment #17
damienmckenna