forked from science-ation/science-ation
2715d67aef
- 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
13 lines
190 B
SQL
13 lines
190 B
SQL
ALTER TABLE `committees_link` DROP `committees_members_id` ;
|
|
|
|
DROP TABLE `committees_members` ;
|
|
|
|
ALTER TABLE `users` ADD `oldpassword` VARCHAR( 32 ) NOT NULL AFTER `passwordexpiry` ;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|