doAuthPlugin icon indicating copy to clipboard operation
doAuthPlugin copied to clipboard

'Register' doesnt work on default plugin template

Open MacDada opened this issue 13 years ago • 0 comments

You should probably change this... form_tag('user/register');

...to that: form_tag('@register');

...in the registerSuccess.php of baseAuth module. Unless you do that, the template throws an exeption.

MacDada avatar Oct 07 '10 13:10 MacDada