DavertMik / doAuthPlugin

Symfony new authentication / user managemant system
MIT License
19 stars 6 forks source link

'Register' doesnt work on default plugin template #8

Open MacDada opened 13 years ago

MacDada commented 13 years ago

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.