Login with {{{ $auth_name }}} @if (!isset($desktop)) (Not registered? Create account) @endif

@if( Session::has("invalid-credentials") ) {{ CommonUtilities::print_error_message('Invalid username or password. Please try again.') }} @endif @if( Session::has("update-password-required") )
Your password has expired. Please reset your password.
@endif @if( Session::has("password-reset-success") )
{{{ Session::get("password-reset-success") }}}
@endif @if( Session::has("account-created-success") )
{{{ Session::get("account-created-success") }}}
@endif
@if (!isset($desktop)) (Forgot Password? Click here) @endif