From 9cf6538aaa1518a738579517883222c6cc47faf4 Mon Sep 17 00:00:00 2001 From: cmccabe Date: Tue, 12 Jun 2018 12:08:55 -0400 Subject: [PATCH] revised new user set-up instructions --- wiki/pages/administration.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wiki/pages/administration.md b/wiki/pages/administration.md index e6ac2a5..e5420ed 100644 --- a/wiki/pages/administration.md +++ b/wiki/pages/administration.md @@ -19,13 +19,12 @@ sudo adduser newusername ``` use the default password `tilde` -1. respond to their email with their account information +1. su newusername and then copy the ssh key into ~/.ssh/known_hosts -1. click the link in the signup email from the server to open the domain control panel and add their forwarding address if they've opted in +1. respond to their email with their account information (template coming soon), including a reminder to set up their .forward file if desired, and encourge them to hop onto irc/#meta to meet the community -1. profit?? -account creation is something that i would like to look into. maybe this can be an admin portal (similar to ~town) that would notify admins when a new signup arrives and prompt them to go to the web interface to approve/deny/respond to the account request. +automated account creation is something that i would like to look into. maybe this can be an admin portal (similar to ~town) that would notify admins when a new signup arrives and prompt them to go to the web interface to approve/deny/respond to the account request. ---