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:

http://symfony.com/doc/current/book/security.html


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -