From 39bc2da38d195007df3c1cf6ae9e053ae2b2035c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 22 Aug 2003 05:36:25 +0000 Subject: [PATCH] admin account creation svn path=/trunk/boinc/; revision=2171 --- checkin_notes | 11 +++ html/ops/create_account_action.php | 43 +++++++++++ html/ops/create_account_form.php | 18 +++++ html/ops/index.php | 6 +- html/ops/util_ops.inc | 93 +---------------------- html/user/clone.php | 1 + html/user/confirm_email_change.php | 1 + html/user/create_account_action.php | 1 + html/user/create_account_form.php | 1 + html/user/db.inc | 4 +- html/user/edit_email_action.php | 2 +- html/user/edit_email_form.php | 1 + html/user/edit_user_info_action.php | 4 +- html/user/edit_user_info_form.php | 1 + html/user/host_edit_action.php | 1 + html/user/host_edit_form.php | 1 + html/user/hosts_user.php | 1 + html/user/index.php | 2 +- html/user/info.php | 1 + html/user/login_action.php | 2 +- html/user/login_form.php | 1 + html/user/mail_passwd.php | 2 +- html/user/profile.inc | 1 + html/user/profile_menu.php | 1 + html/user/results_host.php | 1 + html/user/show_host_detail.php | 2 +- html/user/show_user.php | 2 +- html/user/team_create_action.php | 2 +- html/user/team_create_form.php | 1 + html/user/team_display.php | 2 +- html/user/team_edit_action.php | 2 +- html/user/team_edit_form.php | 1 + html/user/team_email_list.php | 2 +- html/user/team_join_action.php | 2 +- html/user/team_join_form.php | 1 + html/user/team_lookup.php | 2 +- html/user/team_quit_action.php | 2 +- html/user/team_quit_form.php | 1 + html/user/team_remove_inactive_action.php | 2 +- html/user/team_remove_inactive_form.php | 1 + html/user/top_hosts.php | 1 + html/user/top_teams.php | 1 + html/user/top_users.php | 1 + html/user/totals.php | 2 +- html/user/util.inc | 3 +- html/user/workunit.php | 1 + 46 files changed, 123 insertions(+), 112 deletions(-) create mode 100644 html/ops/create_account_action.php create mode 100644 html/ops/create_account_form.php 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: