When a user registers inline and then, after registered and automatically logged in, and he is then submitting the node it's producing a validation error for me, so the node can't be added.
Validation error, please try again. If this error persists, please contact the site administrator.
Is there any way around this?
Comments
Comment #1
danrasband commentedI'm getting the same error.
Comment #2
Remon commentedsame here
Comment #3
pavk commentedsame error: Only, then "Require username on registration" unchecked
In other settings work correctly.
Comment #4
Roze-1 commentedSubscribe
Comment #5
GBain22 commentedDid anyone get this working? I can't find any documentation on the module at all to even know where to start once you enable it.
Comment #6
GBain22 commentedSubscribe - anyone know how to get around this?
Comment #7
GBain22 commentedI have solved this for my website, I realised that the node form was missing a token value as it was setting it to "NULL" so enter this in your own custom module hook_form_alter:
And I no longer receive the validation error.
Cheers,
Garry.