Login doesn't work in dev with Symfony -
i'm trying create login page admin of portfolio. readed documentation on security , did "1) initial security.yml setup (authentication)" part (http://symfony.com/doc/current/book/security.html#security-encoding-password). encrypted password bcrypt.
when i'm on localhost, works fine, when try using app.php instead of app_dev.php, doesn't work. on server, neither works (i made app_dev.php file work on server test this). other thing log file doesn't tell when doesn't work.
when doesn't work, pop form asking my username , password , entered them, diseppear, reapper asking me again username , password.
why working dev on localhost?
after working on other things, login work fine, guess made typo somewhere... basically, if have dame problem had, start connexion scratch , closely follow instruction on symfony web site:
Comments
Post a Comment