diff --git a/checkin_notes b/checkin_notes index f6e97ac813..8ae965802b 100755 --- a/checkin_notes +++ b/checkin_notes @@ -5899,3 +5899,14 @@ Karl 2003/08/21 boinc_api.C boinc_api.h windows_opengl.C + +David Aug 21 2003 + - added administrative function for adding accounts + (even if account creation is disabled in config) + - html_ops can now refer to project-specific stuff (e.g. PROJECT) + - removed include of db.inc in html_user/util.inc. + This lets you use util.inc from html_ops + + html_ops/ + create_account_form.php (new) + create_acction_action.php (new) diff --git a/html/ops/create_account_action.php b/html/ops/create_account_action.php new file mode 100644 index 0000000000..9d16f374c9 --- /dev/null +++ b/html/ops/create_account_action.php @@ -0,0 +1,43 @@ + diff --git a/html/ops/create_account_form.php b/html/ops/create_account_form.php new file mode 100644 index 0000000000..a867b6c9f5 --- /dev/null +++ b/html/ops/create_account_form.php @@ -0,0 +1,18 @@ +Create ".PROJECT." account +
+"; +start_table(); +row2("Name", ""); +row2("Email address", ""); +row2("", ""); +echo " +
+"; + +?> diff --git a/html/ops/index.php b/html/ops/index.php index 48b320f125..52270620f3 100644 --- a/html/ops/index.php +++ b/html/ops/index.php @@ -1,13 +1,14 @@ "); $w = 7*86400; echo " - BOINC Project Management -

BOINC Project Management

+ BOINC Project Management for ".PROJECT." +

BOINC Project Management for ".PROJECT."

Browse database: