https://github.com/marcuwynu23/try-logout-counter
https://github.com/marcuwynu23/try-logout-counter
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcuwynu23/try-logout-counter
- Owner: marcuwynu23
- Created: 2022-10-03T08:12:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T16:22:39.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T04:41:41.378Z (8 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# try-logout-counter
A sample PHP software or website to tackle the problem of deactivating a user account if the user logs out more than the time or day specified. If the current day has crossed the days' duration, the user account will be deactivated; otherwise, if the user logs in before the days' duration has passed, the account will not be deactivated, and the logout day counter will reset.## Contributing
How to Contribute to this Project Repository:
1. Fork the Project
2. Create your Branch
3. Commit your Changes
4. Push to the Branch
5. Open a Pull RequestThank you in advance for your contributions! Godbless and Happy Coding!