From 1c093d0544917ab4f32fa080d9edd2a86827c80c Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 29 Aug 2007 03:39:22 +0200 Subject: [PATCH] cgi/regproj.cgi: Fix missing name in editproj link --- cgi/regproj.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/regproj.cgi b/cgi/regproj.cgi index fd814d7..bea024d 100755 --- a/cgi/regproj.cgi +++ b/cgi/regproj.cgi @@ -36,7 +36,7 @@ if ($cgi->param('mode')) {

Project $name successfuly set up.

The push URL for the project is git+ssh://repo.or.cz/srv/git/$name.git.

-

You can assign users now (use project name (without .git) as username, admin password as password) +

You can assign users now (use project name (without .git) as username, admin password as password) - don't forget to assign yourself as a user as well if you want to push! Everyone who wants to push must register himself as a user first. (One user can have push access to multiple projects and multiple users can have push access to one project.) -- 2.11.4.GIT