<?php

return array(

	/*
	|--------------------------------------------------------------------------
	| Session Repository Messages
	|--------------------------------------------------------------------------
	*/

	"invalid"   => "Invalid username or password.",

	"notactive" =>  "You have not yet activated this account. <a href=':url' class='alert-link'>Resend Activation Email?</a>",

	"suspended" => "Your account has been temporarily suspended.",

	"banned" 	=> "You have been banned.",

);