Lab Report Repository developed by students led by Hui
 
 
 
 
 
Go to file
Hui Lan 1aec051398 Script.php: login backward compatibility
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
2020-03-18 22:07:13 +08:00
Admin.php adding LRR files 2020-03-16 15:23:14 +08:00
Connect.php adding LRR files 2020-03-16 15:23:14 +08:00
Course.php adding LRR files 2020-03-16 15:23:14 +08:00
Courses.php adding LRR files 2020-03-16 15:23:14 +08:00
Footer.php Create Footer.php 2020-03-16 14:12:14 +08:00
Header.php adding LRR files 2020-03-16 15:23:14 +08:00
Issues.txt adding LRR files 2020-03-16 15:23:14 +08:00
Quick_Start.txt adding LRR files 2020-03-16 15:23:14 +08:00
README.md Update README.md 2020-03-16 16:08:02 +08:00
Readme.txt adding LRR files 2020-03-16 15:23:14 +08:00
Reset_Database.txt adding LRR files 2020-03-16 15:23:14 +08:00
Reset_password.php adding LRR files 2020-03-16 15:23:14 +08:00
Script.php Script.php: login backward compatibility 2020-03-18 22:07:13 +08:00
Student.php adding LRR files 2020-03-16 15:23:14 +08:00
Submissions.php adding LRR files 2020-03-16 15:23:14 +08:00
SubmitLab.php adding LRR files 2020-03-16 15:23:14 +08:00
Visitors.php adding LRR files 2020-03-16 15:23:14 +08:00
ashlys_issues.txt adding LRR files 2020-03-16 15:23:14 +08:00
index.php Logging Users 2020-03-16 20:26:17 +08:00
logo.png adding LRR files 2020-03-16 15:23:14 +08:00
logo_text.png adding LRR files 2020-03-16 15:23:14 +08:00
logout.php adding LRR files 2020-03-16 15:23:14 +08:00
lrr (1).sql adding LRR files 2020-03-16 15:23:14 +08:00
lrr_datbase.sql adding LRR files 2020-03-16 15:23:14 +08:00
mail_spam.html adding LRR files 2020-03-16 15:23:14 +08:00
phpinfo.php adding LRR files 2020-03-16 15:23:14 +08:00
recover_password.php adding LRR files 2020-03-16 15:23:14 +08:00
signup.php adding LRR files 2020-03-16 15:23:14 +08:00

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

  1. a new user could not login immediately after sign-up. (SOLVED)
  2. password resetting link is not always sent successfully.
  3. creating sub-directories on all student submissions course-code/semester/section-number. (/student-number/course-code/semester/section-number/assignement-title/submission.txt)
  4. editing the assignment title after uploading a new assignment (instructor).

More improvements are welcome