https://github.com/parzibyte/login_limite_intentos_php
Ejemplo simple de login con límite de intentos en PHP
https://github.com/parzibyte/login_limite_intentos_php
Last synced: 9 months ago
JSON representation
Ejemplo simple de login con límite de intentos en PHP
- Host: GitHub
- URL: https://github.com/parzibyte/login_limite_intentos_php
- Owner: parzibyte
- License: mit
- Created: 2021-01-20T05:47:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T18:52:42.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T07:11:22.749Z (9 months ago)
- Language: PHP
- Homepage: https://parzibyte.me/blog/2021/01/20/php-login-limite-intentos-mysql/
- Size: 14.6 KB
- Stars: 3
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# login-limite-intentos
Ejemplo simple de login con límite de intentos en PHP
# Tutorial
https://parzibyte.me/blog/2021/01/20/php-login-limite-intentos-mysql/