diff --git a/app/views/layouts/_login_form.html.erb b/app/views/layouts/_login_form.html.erb
index 1e4d739e..9c90621e 100644
--- a/app/views/layouts/_login_form.html.erb
+++ b/app/views/layouts/_login_form.html.erb
@@ -10,7 +10,7 @@
- <%= text_field_tag 'open_id', @login, { :placeholder => "Username (not email)", :tabindex => 1, :class => 'form-control', :id => 'username-login' } %>
+ <%= text_field_tag 'open_id', @login, { :required => true, :placeholder => "Username (not email)", :tabindex => 1, :class => 'form-control', :id => 'username-login' } %>