https://github.com/anirban166/apdcl-project
PHP files for Local Power Distribution Dept. project.
https://github.com/anirban166/apdcl-project
Last synced: 7 months ago
JSON representation
PHP files for Local Power Distribution Dept. project.
- Host: GitHub
- URL: https://github.com/anirban166/apdcl-project
- Owner: Anirban166
- License: apache-2.0
- Created: 2019-07-22T03:11:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T16:33:41.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T18:09:52.558Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APDCL-Project
Tools:
-------
PHPMyAdmin | PHP & MySQL | Apache ServerObjectives:
-------
(1) Data Storage for attributes such as Username/Password/Email/DOB/DOR divided into two concurrent tables with masking of both.(2) Apart from regular users, an Administrator with greater rights should be accountable for supervision.
(3) Collect daily logs for each user which are accessible by them individually, with the Admin having privileged access to all.
(4) Generate report / save logs into a pdf file. (with timestamp and necessary details)
(5) Create session and disable multiple cases of a running session. (Switch to new session if concurrency exists)
(6) Password Encryption (one liners such as Md5 should be avoided, use RSA from repository).
(7) Use One Time Password (OTP) verification for forgotten password case, with OTP being sent to email.