From 5ae0b71e1e6e73e4bacf321a7d5be49fcdf4ad97 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 20 Oct 2011 08:01:54 -0400 Subject: [PATCH] Properly handle anonymous registrations. --- src/com/gitblit/wicket/GitBlitWebApp.properties | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/GitBlitWebApp.properties b/src/com/gitblit/wicket/GitBlitWebApp.properties index 9702e6c..109f933 100644 --- a/src/com/gitblit/wicket/GitBlitWebApp.properties +++ b/src/com/gitblit/wicket/GitBlitWebApp.properties @@ -155,4 +155,7 @@ gb.downloading = downloading gb.loading = loading gb.starting = starting -gb.general = general \ No newline at end of file +gb.general = general +gb.settings = settings +gb.manage = manage +gb.lastLogin = last login \ No newline at end of file -- Gitblit v1.9.1