Auth Controller (Qmp\Laravel\Tests\ExternalUsers\Controllers\AuthController)
- ✓ User
- ✓ User without valid token
- ✓ Check token
- ✓ Check token with bad token
- ✓ Get token without token
- ✓ Authenticate
- ✓ Authenticate with bad user
- ✓ Authenticate with bad password
- ✓ Disconnect
- ✓ Renew token
- ✓ Renew token with bad token
Sites Controller (Qmp\Laravel\Tests\ExternalUsers\Controllers\SitesController)
- ✓ Index
- ✓ Store
- ✓ Show
- ✓ Update
- ✓ Delete
Users Controller (Qmp\Laravel\Tests\ExternalUsers\Controllers\UsersController)
- ✓ Index
- ✓ Store
- ✓ Show
- ✓ Update
- ✓ Destroy
- ✓ For got pwd
- ✓ For got pwd throttled
- ✓ For got pwd no entity user
- ✓ For got pwd no entity
- ✓ For got pwd bad user
- ✓ Change pwd
- ✓ Change pwd bad email
- ✓ Get users from v 2
- ✓ Manage entities
- ✓ Get users by entity
- ✓ Get users by entity with empty sites
Site (Qmp\Laravel\Tests\ExternalUsers\Models\Site)
- ✓ Send password reset notification
User (Qmp\Laravel\Tests\ExternalUsers\Models\User)
- ✓ Send password reset notification
Reset Password (Qmp\Laravel\Tests\ExternalUsers\Notifications\ResetPassword)
- ✓ To mail
- ✓ With callback