dave
b5a9ca07d8
- Fix a typo
2009-04-12 02:39:48 +00:00
dave
d3acfa1fe9
- Fix the create user, ask for an email, not a name (because need to insert a unique username,year pair now). Make it a popup window.
...
- TODO: use AJAX to give feedback as to whether the username already exists.
2009-02-08 08:23:27 +00:00
dave
cb39440d16
Fixup all other uses of user_create
2009-02-08 07:51:03 +00:00
dave
c2a5e6821e
- Use the uid, not the id, when unlinking members
2009-02-03 23:37:34 +00:00
dave
ad27a96874
- Use the unique user id (users_uid) instead of the user id (that changes every year) when linking users to committees.
...
- Also use the uid when displaying committees and contact info.
2009-02-03 22:45:11 +00:00
dave
9c40cc91f8
A working user editor. It uses the same pages that the user actually sees (via
...
a $_SESSION['embed'] variable to change the behaviour). It uses tabs to switch
between the various sections. Converted committee, volunteer, and judge
editor. Relies on using a popup window, don't know if that's a good idea or
not, but it sure looks cool.
2009-01-19 23:33:54 +00:00
dave
b021805246
- conversion of judges to new user system. Mostly works.
2008-10-17 19:34:11 +00:00
james
ca5515a335
Put admin icons in the title of each page
2008-08-22 20:50:38 +00:00
dave
8c4b77cf41
- When saving committee orders, don't iterate through the order array if a
...
committee has no members. Doing so just generates a PHP error.
2008-01-07 05:38:44 +00:00
james
5ba77a6868
Fix a $_SESSION collision with a $variable when register_globals is ON
2007-11-29 18:49:34 +00:00
dave
f61dbd294e
- Fix another one
2007-11-21 16:46:19 +00:00
dave
9a2c37f7f0
- Add text boxes for order and title for each member on each committee
2007-11-20 20:46:05 +00:00
james
cf2c345e03
cannot use $users_id since its a session variable, and with register_globals ON $users_id overwrites $_SESSION['users_id']
2007-11-19 21:45:08 +00:00
dave
2715d67aef
- Fix login check for an expired password
...
- Allow user_personal.php to handle committee members
- Add password field if the editer in user_personal has access_super
- Allow a committee member to edit anyone in user_personal.php
- Convert auth_required to user_auth_required, and check for both a user type
and an access level (if committee)
- Convert the committee to the new user system (BIG change :)
- Remove the ^M from admin/committees.php
2007-11-17 21:59:59 +00:00
dave
94639c1278
- Allow a committee member to edit the password in their own profile (if they
...
have admin access to access the committee editor)
- Put a "My Profile" link on the main nav bar once a committee member logs in,
so they don't have to find themselves thorugh the committee editor. It takes
them right to editing their own profile.
2007-01-21 05:43:29 +00:00
dave
f7c430d712
- Allow a committee privateemail to be written as '' (nothing) without throwing
...
the "email address already exists" error.
2007-01-18 04:16:43 +00:00
james
c951c58984
Only allow the Password: field in the committee manager to be shown/displayed/edited by someone with superuser access level
...
(i thought thats how it always was!, thats how it was meant to be at least!)
2006-11-21 20:20:25 +00:00
james
83691b07b8
Add a header for "public email / private email" to the top of the committee list administration page. Fixes Bug #0000041
2006-10-16 02:36:20 +00:00
james
9eef488a5d
Implement Bug #0000004 - Do not allow multiple committee members with the same email address
2006-10-15 19:36:33 +00:00
james
bd274f6301
Add the 'back to admin' line to the committee manager
2006-01-16 05:24:14 +00:00
james
3b1febd3fb
make sure only a superuser can access the access controls
2005-02-16 22:59:31 +00:00
james
82780d85f8
only a superuser can access the access controls for users
2005-02-16 22:55:37 +00:00
james
3deae5e029
Implement authorizaiton for admin/config sections
...
Use committee members for authorization
Add auth required checks in all admin/config sections
2005-02-16 22:50:43 +00:00
james
35d9cf9e25
escape the name
...
save the password
2005-01-25 19:20:13 +00:00
james
5da526552f
remove unused code
...
add password input box
2005-01-25 19:08:41 +00:00
james
e40bbeda96
more xhtml compliance fixes
...
add access controls to committee member editor
2005-01-25 18:58:00 +00:00
james
7368a22975
Add committee page and committees management
...
make committee management fully XHTML compliant
2005-01-25 16:44:25 +00:00