summaryrefslogtreecommitdiff
path: root/app/views/sessions
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-04 17:59:16 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-04 17:59:16 -0500
commit728f874deaf6ceb097d1a5f5cdf7e58a04cec557 (patch)
tree6bd1f665e51d73230bde088f044f122e332d58e9 /app/views/sessions
parent8740f17405abef0f4975f028e33b3029fcb35634 (diff)
parente587dc3fab34724d06eceb042c6e9eed6a7d95f4 (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/sessions')
-rw-r--r--app/views/sessions/new.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb
index a820b2f..550a54d 100644
--- a/app/views/sessions/new.html.erb
+++ b/app/views/sessions/new.html.erb
@@ -1,6 +1,6 @@
<h1>Sign in</h1>
-<% if @fail %>
- <p class="error">Email and password combination not found</p>
+<% if @user.nil? %>
+ <p class="errors"> The username or password is incorrect. Verify that CAPS LOCK is not on, and then retype the current username and password. </p>
<% end %>
<div class="row">
<div class="span6 offset3">