DevGrow / jQuery-Mobile-PHP-MVC

A simple PHP MVC framework utilizing jQuery Mobile.
http://devgrow.com/jquery-mobile-php-mvc-framework/
171 stars 51 forks source link

Registration form action #2

Closed chmac closed 12 years ago

chmac commented 13 years ago

When I tried to register, I would reach the /user page and then get the "You must be logged in to access this section." error. After a bit of digging, I changed views/user/register.php and set form action="./user/register/". Now registration works.

Is that a clean fix?

mdolon commented 12 years ago

I've just pushed a major update to the codebase that addresses this issue. Thanks!