Skip to content

Commit

Permalink
Updated FOSUserBundle to dev-master
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed May 26, 2015
1 parent d20611e commit df82378
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

"friendsofsymfony/oauth-server-bundle": "~1.4",
"friendsofsymfony/rest-bundle": "1.4.x",
"friendsofsymfony/user-bundle": "2.0.*@alpha",
"friendsofsymfony/user-bundle": "2.0.*@dev",
"knplabs/knp-gaufrette-bundle": "*@dev",
"nelmio/cors-bundle": "1.3.x",
"jms/serializer-bundle": "0.13.x",
Expand Down
37 changes: 18 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% block content %}
{% if error %}
<div>{{ error|trans }}</div>
<div>{{ error.messageKey|trans(error.messageData, 'security') }}</div>
{% endif %}

<h1>Sign in to <strong>kreta.io</strong></h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Feature: Manage authentication
| username | invalid@kreta.com |
| password | invalid |
And I press "Login"
Then I should see "Invalid username or password"
Then I should see "Invalid credentials."

0 comments on commit df82378

Please sign in to comment.