We need two more forms in Tools : one to add one new student by student number, and one to delete one student by student number. Both should add and/or remove on two tables: StudentUser, and sfGuardUser.
solved by using forms with custom functions defined in projects/actions/actions.class.php. Changes reflect now on both the studentUser list and sfGuard user list
We need two more forms in Tools : one to add one new student by student number, and one to delete one student by student number. Both should add and/or remove on two tables: StudentUser, and sfGuardUser.