Commit 96279a94 authored by Nicolas Widart's avatar Nicolas Widart

Squashed 'Modules/User/' changes from a6e264a..1153d09

1153d09 Remove unreachable return statement
f91523b Add missing use statement
34f737a Add a composer file

git-subtree-dir: Modules/User
git-subtree-split: 1153d096e260723b7abf08be3182f690c361cd02
parent 93b87bca
......@@ -53,8 +53,6 @@ class SentryAuthentication implements Authentication
{
return 'User is banned.';
}
return 'Invalid login or password.';
}
/**
......
......@@ -2,6 +2,7 @@
use Modules\User\Repositories\UserRepository;
use Cartalyst\Sentry\Facades\Laravel\Sentry;
use Cartalyst\Sentry\Users\UserNotFoundException;
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