Plugin Support
qtwrk
(@qtwrk)
Hi,
This could be nonce issue.
If you know the nonce name that register plugin use , you can enable ESI and add nonce name into ESI nonce list , which should solve this issue.
you can do a full text search on register plugin’s file with key word “nonce” , it should return you something.
if not , try exclude registeration page from being cache or set it for a shorter TTL should also solve the issue.
Best regards,
ΟΚ. I re-enabled litespeed and excluded the registration page; lets see how it goes with this. But i am not sure though what exactly you mean saying “If you know the nonce name that register plugin use , you can enable ESI and add nonce name into ESI nonce list”.
I do see the ESI setting and 2 phrases in the ESI nonce box saying: stats_nonce & subscribe_nonce. Not sure what do or write next.
Plugin Support
qtwrk
(@qtwrk)
Hi,
If you have contact with that plugin author , then please kindly ask them the nonce name they use , I will assist you once you got the nonce name.
Best regards,
OK. I will ask them and I’ll be back to you.
Hi there! This is what the registration support team replied back:
In CM Registration Pro plugin with register form we used two nonce and name are:
– cmreg_registration_nonce
– role_nonce
Plugin Support
qtwrk
(@qtwrk)
Hi,
Please enable ESI , and the in ESI nonce list ,add
cmreg_registration_nonce private
role_nonce private
and see how it goes.
Best regards,
ok. Just added those two and now there are four ESI nonce:
– stats_nonce
– subscribe_nonce
– cmreg_registration_nonce private
– role_nonce private
Keep in mind that my site has different user roles that i control, but same registration form for everyone. Also, do i need to remove the registration page from the litespeed cache excludes now that i use the ESI nonce?
Plugin Support
qtwrk
(@qtwrk)
Hi,
You should not need to exclude it once you use ESI nonce.
Best regards,
Some users where trying to register this week on my site but when i deactivated litecache, then they registered successfully. I don’t fully know what is the case with this thing happening? I have deactivated lightcache for now. Could you please help me?