Am I reading the right docs here?? it seems there is something not working on every little function for the login extra?!!
Using Revo 2.1.3, login 1.7 ...
The register.confirm register is not behaving as stated in the docs.
here is the register snippet:
[[!Register?
&submitVar=`registerbtn`
&activationResourceId=`65`
&activationEmailTpl=`myActivationEmailTpl`
&activationEmailSubject=`Thanks for Registering!`
&submittedResourceId=`64`
&validate=`
nospam:blank,
username:required:minLength=^6^,
password:required:minLength=^6^,
password_confirm:password_confirm=^password^,
fullname:required,
email:required:email`
&placeholderPrefix=`reg.`
]]
the content of the activationresourceid =
[[!ConfirmRegister? &redirectTo=`66` &authenticate=`0`]]
After a user registers, they are redirected to the correct resouce, 64, they get the registratio email but the link always goes directly to the homepage, AND always logs the user in - even though I have specified it to not do that!
the url looks like:
http://www.domain.com/index.php?id=65&lp=eTl6anJrNTI%253D&lu=c2VhbjY5
So that is the correct id, resource 66 is viewable by any user, whether logged in or not & is just contains some basic welcome text..
AAARRRGGGHHHHH!!!
any suggestions to get this working??
-sean