Commit d0b45804 authored by Nicolas Widart's avatar Nicolas Widart

Merge commit '96279a94'

* commit '96279a94':
  Squashed 'Modules/User/' changes from a6e264a..1153d09
parents 188f4478 96279a94
...@@ -53,8 +53,6 @@ class SentryAuthentication implements Authentication ...@@ -53,8 +53,6 @@ class SentryAuthentication implements Authentication
{ {
return 'User is banned.'; return 'User is banned.';
} }
return 'Invalid login or password.';
} }
/** /**
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
use Modules\User\Repositories\UserRepository; use Modules\User\Repositories\UserRepository;
use Cartalyst\Sentry\Facades\Laravel\Sentry; use Cartalyst\Sentry\Facades\Laravel\Sentry;
use Cartalyst\Sentry\Users\UserNotFoundException;
class SentryUserRepository implements UserRepository class SentryUserRepository implements UserRepository
{ {
......
{
"name": "asgardcms/user-module",
"type": "asgard-module",
"description": "User module for AsgardCMS. Handles the authentication and authorisation as well as the user management.",
"keywords": [
"asgardcms",
"user",
"authentication",
"authorisation"
],
"license": "MIT",
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"support": {
"email": "support@asgardcms.com",
"issues": "https://github.com/AsgardCms/User/issues",
"source": "https://github.com/AsgardCms/User"
},
"require": {
"php": ">=5.4",
"composer/installers": "~1.0"
},
"minimum-stability": "dev"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment