From f085b6be029b4893b4096f0216ccbde41308b32f Mon Sep 17 00:00:00 2001
From: Joe Rayhawk <jrayhawk@omgwallhack.org>
Date: Fri, 15 Apr 2011 18:43:29 -0700
Subject: Remove createuser so we stop conflicting with postgres-client
 packages

---
 docs/architecture/needed_user_facing_infrastructure.mdwn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs')

diff --git a/docs/architecture/needed_user_facing_infrastructure.mdwn b/docs/architecture/needed_user_facing_infrastructure.mdwn
index 1e7284a..3e3171e 100644
--- a/docs/architecture/needed_user_facing_infrastructure.mdwn
+++ b/docs/architecture/needed_user_facing_infrastructure.mdwn
@@ -5,7 +5,7 @@ It'd be nice to maintain feature parity between command line access and web acce
 
 [[!table data="""
 feature				|command line						|web
-anonymous account creation	|DONE: ssh createuser@piny.be				|TODO: CGI frontend to adduser
+anonymous account creation	|DONE: ssh newuser@piny.be				|TODO: CGI frontend to adduser
 password modification		|DONE: /srv/rbin/passwd					|TODO: Authen::PAM chauthtok CGI jblake: the pam interface was *really* not designed with http in mind though if you hard-code the interaction script it's not hard at all
 repo creation, deletion		|DONE: /srv/rbin/newrepo, rmrepo, lsrepo		|TODO: CGI frontend
 repo user management		|DONE: /srv/rbin/addaccess, rmaccess, lsaccess		|TODO: CGI frontend
-- 
cgit v1.2.3