I have tried to set a wellcome message on "user account has been created" event but nothing happens
Also, I am using Contet profile and would like to create a new node on user creation when a user registers usinf FB connect, but it is also failing.
Any ideas?
Thank you
Comments
Comment #1
legendaryintern commentedI have also been having issues with the "User account has been created" rule specifically with checking the role of the newly registered user. I am attempting a page redirect based off the registered users role, but the redirect does not occur. Both might stem from the same "User account has been created" rule.
Comment #2
dleong commentedHi there,
I'm having a similar problem with this rule - I would like to send out a customized email after an account with a specific role is created but the email is not being sent out. Turning on the debug feature when the rule is evaluated shows that the condition (of the user being a specific role) is returning a FALSE value.
Does this have anything to do with the rule being evaluated BEFORE the actual creation of the account? The order of the debug messages has the rule evaluation listed before the account creation message:
* Created new alias users/dpictest for user/29
*
o 0 ms "User account has been created" has been invoked.
o 0.121 ms Executing the rule "Send welcome letter" on rule set "User account has been created"
o 0.347 ms Condition "User has role(s)" evaluated to FALSE.
o 0.409 ms Evaluation of "User account has been created" has been finished.
* Created a new user account for dpictest. No e-mail has been sent.
Dennis
Comment #3
joekrukoskyI am also having this issue, anyone find a solution/reason?
Comment #4
jenna.tollersonI was having this problem in 6.x-1.2, but I upgrade to the 2010-Jun-25 6.x-1.x-dev and it has been resolved, it seems, per a patch in #517396. I set the argument to 'registered user' and not 'acting user', and got the result I was looking for.
Comment #5
joekrukoskyjenna, thanks so much. This resolved my issue as well.
Comment #6
klausimarking as fixed
Comment #7
bobjansen@gmail.com commentedI'm seeing this problem again with the latest stable and dev version.
Comment #8
bobjansen@gmail.com commentedNevermind, after first completely deleting and then uploading the problem disappeared.
Comment #9
chyatt commentedDo you mean completely deleting and re-uploading the module? Or did you just delete and re-create the rule in question?
Thanks!
Comment #11
blueblade commentedsame question here: Do you mean completely deleting and re-uploading the module? Or did you just delete and re-create the rule in question?
I have quite a few rules and it is a nightmare to delete all of them and reinstalling them all....please kindly let me know if there is a safe way to do that.
Many thanks!!
Comment #12
thaistore commenteddoe not work for me too, i reuploaded dev module, why so many bugs?
Comment #13
chinita7 commentedIt's not working for me too with the latest version.
I'm trying to redirect users after account creation per role but always go to only the user account page.