summaryrefslogtreecommitdiff
path: root/docs/architecture/needed_user_facing_infrastructure.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-04-15 18:43:29 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-04-15 18:43:29 -0700
commitf085b6be029b4893b4096f0216ccbde41308b32f (patch)
treef4e6baa17e31d088727f6687ca776f5b4c91cc16 /docs/architecture/needed_user_facing_infrastructure.mdwn
parentc6fa357ed3f504cc5e629df5c84cfbd92d90ad32 (diff)
downloadpiny-code-f085b6be029b4893b4096f0216ccbde41308b32f.tar.gz
piny-code-f085b6be029b4893b4096f0216ccbde41308b32f.zip
Remove createuser so we stop conflicting with postgres-client packages
Diffstat (limited to 'docs/architecture/needed_user_facing_infrastructure.mdwn')
-rw-r--r--docs/architecture/needed_user_facing_infrastructure.mdwn2
1 files changed, 1 insertions, 1 deletions
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