From 5fc63bd65662723db059f772825d32d7249cf7fa Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 17 Jan 2007 22:35:31 +0000 Subject: [PATCH] - remove the new admin account message; new admins should register as regular users first, then be granted the admin role by a current admin. - fix typos --- db-config | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/db-config b/db-config index f3e67a7..4935860 100755 --- a/db-config +++ b/db-config @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: db-config,v 1.15 2007/01/16 17:23:26 mlhuang Exp $ +# $Id$ # from plc_config import PLCConfiguration @@ -674,19 +674,6 @@ https://%(PLC_WWW_HOST)s:%(PLC_WWW_SSL_PORT)d/db/persons/register.php?id=%(perso If you did not register for a %(PLC_NAME)s account, please ignore this message, or contact %(PLC_NAME)s Support <%(PLC_MAIL_SUPPORT_ADDRESS)s>. -""" - }, - - {'message_id': 'New administrator account', - 'subject': "New administrator account registration from %(first_name)s %(last_name)s <%(email)s>", - 'template': """ -%(first_name)s %(last_name)s <%(email)s> has signed up for a new -administrator account. - -Only current %(PLC_NAME)s administrators may enable new administrator -accounts. To deny the request or enable the account, visit: - -https://%(PLC_WWW_HOST)s:%(PLC_WWW_SSL_PORT)d/db/persons/index.php?id=%(person_id)d """ }, @@ -694,7 +681,7 @@ https://%(PLC_WWW_HOST)s:%(PLC_WWW_SSL_PORT)d/db/persons/index.php?id=%(person_i 'subject': "New PI account registration from %(first_name)s %(last_name)s <%(email)s> at %(site_name)s", 'template': """ %(first_name)s %(last_name)s <%(email)s> has signed up for a new -%(PLC_NAME) account at %(site_name)s and has requested a PI role. PIs +%(PLC_NAME)s account at %(site_name)s and has requested a PI role. PIs are responsible for enabling user accounts, creating slices, and ensuring that all users abide by the %(PLC_NAME)s Acceptable Use Policy. @@ -713,7 +700,7 @@ https://%(PLC_WWW_HOST)s:%(PLC_WWW_SSL_PORT)d/db/persons/index.php?id=%(person_i 'subject': "New account registration from %(first_name)s %(last_name)s <%(email)s> at %(site_name)s", 'template': """ %(first_name)s %(last_name)s <%(email)s> has signed up for a new -%(PLC_NAME) account at %(site_name)s and has requested the following +%(PLC_NAME)s account at %(site_name)s and has requested the following roles: %(roles)s. To deny the request or enable the account, visit: -- 2.43.0