Hui Lan
1aec051398
Make sure the really old, legitimate users could still login. Note that these users' passwords were first encrypted by SHA512 then stored in column HashPassword. In recent updates, we totally disuse HashPassword. The hashed password (using Php's built-in function password_hash) is stored in column Password instead. - Group: Ashly Tafadzwa Dhani, Samantha Rusike 2020-03-18 |
||
---|---|---|
Admin.php | ||
Connect.php | ||
Course.php | ||
Courses.php | ||
Footer.php | ||
Header.php | ||
Issues.txt | ||
Quick_Start.txt | ||
README.md | ||
Readme.txt | ||
Reset_Database.txt | ||
Reset_password.php | ||
Script.php | ||
Student.php | ||
Submissions.php | ||
SubmitLab.php | ||
Visitors.php | ||
ashlys_issues.txt | ||
index.php | ||
logo.png | ||
logo_text.png | ||
logout.php | ||
lrr (1).sql | ||
lrr_datbase.sql | ||
mail_spam.html | ||
phpinfo.php | ||
recover_password.php | ||
signup.php |
README.md
LRR
LRR (Lab Report Repository) is an online assignment-submission application created by Mahomed Nor a postgraduate student in the college of Computer Science at Zhejiang Normal University.
ABOUT LRR
The project was originally created by Mahomed Nor a postgraduate student and its currently being used to handle assignment submissions for all software engineering students. The Original Github Repo is https://github.com/EngMohamedNor/LabReportRepo The LRR Project is currently running online at http://118.25.96.118/nor/ The Project is being modified and updated by Software Project Management Students of 2017 class under this repository. Most critically identified bugs of this project have been reported on the LRR bug tracker http://118.25.96.118/bugzilla/describecomponents.cgi?product=Lab%20Report%20Repository%20%28nor%20houzi%29
CURRENT PROBLEMS TO BE SOLVED
- a new user could not login immediately after sign-up. (SOLVED)
- password resetting link is not always sent successfully.
- creating sub-directories on all student submissions course-code/semester/section-number. (/student-number/course-code/semester/section-number/assignement-title/submission.txt)
- editing the assignment title after uploading a new assignment (instructor).
More improvements are welcome