From f05bb1ffc86e6701ea35e81b6d4158310f76602c Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 28 Jul 2008 18:48:24 +0200 Subject: [PATCH] cgi/regproj.cgi: Remove obsolete httpauth reference --- cgi/regproj.cgi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cgi/regproj.cgi b/cgi/regproj.cgi index a249fa9..56b6925 100755 --- a/cgi/regproj.cgi +++ b/cgi/regproj.cgi @@ -70,7 +70,7 @@ Everyone who wants to push must register himself as a user EOT } print <You can assign users now (use project name (without .git) as username, admin password as password) +

You can assign users now - don't forget to assign yourself as a user as well if you want to push! $regnotice

@@ -118,8 +118,7 @@ my $pwpurp = join(', ', @pwpurp); print <You will need the admin password to adjust the project settings later -($pwpurp, project description, ...). -Use the project name (without .git) as the username when asked by the browser.

+($pwpurp, project description, ...).

EOT unless ($name =~ m#/#) { -- 2.11.4.GIT