We need to have logging in with accounts in our database. Additionally our passwords should be salted and the salted variant should be stored, not the actual password.
Finally we need to have role management. For example, schedulers can't assign a faculty to a course or delete a course.
We need to have logging in with accounts in our database. Additionally our passwords should be salted and the salted variant should be stored, not the actual password.
Finally we need to have role management. For example, schedulers can't assign a faculty to a course or delete a course.
Zak, can you do this?