Commit Graph

192 Commits (26f45e7c09a069272703685e4678b923f9be0875)

Author SHA1 Message Date
Software Project Management 44c9660deb
Merge pull request #10 from lanlab-org/TanakaMichelle-201732120134-Contributor-List
Update README.md
2020-03-30 14:18:06 +08:00
WhyteAsamoah b198536132
Update README.md 2020-03-29 21:29:14 -07:00
WhyteAsamoah d7c495b205
Merge pull request #9 from lanlab-org/TanakaMichelle-201732120134-Contributor-List
Update README.md
2020-03-29 21:21:12 -07:00
WhyteAsamoah 6886786eab
Update README.md 2020-03-29 21:20:10 -07:00
Software Project Management 472c5b6430
Merge pull request #8 from lanlab-org/ProjectHomePage
homepage: project homepage for LRR.
2020-03-30 11:29:45 +08:00
Software Project Management 177a4c85a6
Merge pull request #7 from lanlab-org/Hui-improve-README.md
Hui improve readme.md
2020-03-30 11:20:32 +08:00
Hui Lan 00ee9c60a9 Merge branch 'master' of https://github.com/lanlab-org/LRR into Hui-improve-README.md 2020-03-29 16:30:11 +08:00
Hui Lan c323f538d4 README.md: project home page address. 2020-03-29 16:29:56 +08:00
Hui Lan 99a24612db homepage: project homepage for LRR. The project home page looks good now after one round of revision last semester made by graduate students who took my course Advanced Software Engineering. However, I think it is still missing something, e.g., Developer Documentation that includes more technical information, and Frequently Asked Questions. Its GitHub link should be updated to the current one. Its Contact Us page should be updated so that it includes more responsive people. 2020-03-29 16:23:55 +08:00
TanakaMichelle 0047e9237c
Merge pull request #6 from lanlab-org/Hui-improve-README.md
Updating Quick_start.txt
2020-03-26 15:50:09 +08:00
TanakaMichelle 698f672d89
Updating Quick_start.txt
Corrected grammatical errors in the document to improve the clarity of the text for the benefit of future users of this text document.

Tanaka Michelle Sandati 201732120134
2020-03-26 15:46:12 +08:00
Software Project Management ab203a7d91
Merge pull request #5 from lanlab-org/Hui-improve-README.md
Hui improved README.md

Less ambitious
2020-03-23 20:48:09 +08:00
Hui Lan 71b6eb2e88 Merge branch 'master' of https://github.com/lanlab-org/LRR into Hui-improve-README.md 2020-03-23 12:00:15 +08:00
Hui Lan 008029fe21 team.rst: smaller goal 2020-03-23 11:59:32 +08:00
Software Project Management 903eee2214
Merge pull request #4 from lanlab-org/Hui-improve-README.md
Hui improved README.md
2020-03-22 20:58:46 +08:00
Hui Lan 4546f6b0dd Merge branch 'master' of https://github.com/lanlab-org/LRR into Hui-improve-README.md 2020-03-22 20:53:20 +08:00
Hui Lan d47936fa84 README.md: a few edits in the section How to Contribute 2020-03-22 20:53:11 +08:00
Software Project Management fbc819bffc
Merge pull request #3 from lanlab-org/Hui-improve-README.md
Hui improved  README.md
2020-03-22 20:48:31 +08:00
Hui Lan 9802b77cf3 Merge branch 'master' of https://github.com/lanlab-org/LRR into Hui-improve-README.md 2020-03-22 20:45:12 +08:00
Hui Lan 67b3cdab2f README.md: technical detail on how to contribute 2020-03-22 20:44:55 +08:00
Hui Lan e26ca50bc7 README.md: list -> List 2020-03-22 20:33:19 +08:00
Software Project Management 369011d592
Merge pull request #2 from lanlab-org/Hui-improve-README.md
Hui improved README.md even more
2020-03-22 19:45:40 +08:00
Hui Lan 805217fd5f README.md: make a section called "Contributor List"
So that people could put their names in it.

-Hui
2020-03-22 19:41:55 +08:00
Hui Lan f7d5535395 Merge branch 'master' of https://github.com/lanlab-org/LRR into Hui-improve-README.md 2020-03-22 19:40:00 +08:00
Hui Lan 408a2559f7 README.md: a few more edits
To make README.md look even greater.

-Hui
2020-03-22 19:39:09 +08:00
Software Project Management e64ec69301
Merge pull request #1 from lanlab-org/Hui-improve-README.md
README.md: revise and re-organize the content of README
2020-03-22 19:31:10 +08:00
Hui Lan 2b00e73fdd README.md: revise and re-organize the content of README
I add a few more sections, such as Mission and Current Status to README, so that people have more useful things to read.

-Hui
2020-03-22 19:26:54 +08:00
CloudStarTreck e3dafae622 Removing the 'HashPassword' Column
Edited by Ashly
Removed the insertion of encripted password into the 'HashPassword' column. All passwords are kept in the 'Password' Column.

Also adjusted the Column size of database to hold the long hashed password
2020-03-19 19:49:41 +08:00
Hui Lan cdd4dceb0a Script.php: we create for backward compatibility. -Hui 2020-03-18 22:16:00 +08:00
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
CloudStarTreck 41aa01579c Logging Users
Password verification was being bypassed therefor on line 160 i modified the password verification to match the database
2020-03-16 20:26:17 +08:00
Teecloudy c8583e0631
Update README.md
some useful information
2020-03-16 16:08:02 +08:00
CloudStarTreck 73f8b0c00a Update README.md 2020-03-16 15:51:07 +08:00
Teecloudy 5a1dc8e585
Update Readme 2020-03-16 15:43:50 +08:00
CloudStarTreck c77b470e8a Update Script.php
this change is on line 160. it allows both new users and old users to loginto the system successfully by verifying hashed passwords and normal passwords
2020-03-16 15:35:12 +08:00
CloudStarTreck 625d447dd9 Update Script.php
Allow users to login soon after signup by confirming the user details from the database on line 159
2020-03-16 15:32:07 +08:00
CloudStarTreck 2b03c8118d Update Script.php
passwords are now encripted by password hashing. This improves privacy on user data.
2020-03-16 15:30:56 +08:00
CloudStarTreck 2ac128c680 adding LRR files
uploading the full project online
2020-03-16 15:23:14 +08:00
CloudStarTreck 5a5786cee4 Create Footer.php 2020-03-16 14:12:14 +08:00
Teecloudy 6a6567f729
Merge pull request #1 from Teecloudy/temp
temp readme
2020-03-16 13:41:38 +08:00
Teecloudy 03c1e12b38
temp readme
getting started
2020-03-16 13:32:02 +08:00
Teecloudy 8d67d42e95
Initial commit 2020-03-16 13:10:41 +08:00