diff --git a/rhodecode/templates/login.html b/rhodecode/templates/login.html
--- a/rhodecode/templates/login.html
+++ b/rhodecode/templates/login.html
@@ -4,18 +4,28 @@
+
+
+ <% messages = h.flash.pop_messages() %>
+ % if messages:
+
+ % for message in messages:
+ - ${message}
+ % endfor
+
+ % endif
+
-
${_('Sign In to rhodecode')}
+ ${_('Sign In to')} ${c.rhodecode_name}
${h.form(h.url.current(came_from=c.came_from))}
@@ -48,7 +58,7 @@
##
##
- ${h.submit('sign_in','Sign In',class_="ui-button ui-widget ui-state-default ui-corner-all")}
+ ${h.submit('sign_in','Sign In',class_="ui-button")}