All Projects → xiaoxuan6 → login-captcha

xiaoxuan6 / login-captcha

Licence: MIT License
laravel-admin 登录添加验证

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to login-captcha

dcat-login-captcha
Dcat-admin 登陆验证码
Stars: ✭ 24 (-35.14%)
Mutual labels:  login, captcha
SimCaptcha
✅ 一个简单易用的点触验证码 (前端+后端)
Stars: ✭ 49 (+32.43%)
Mutual labels:  captcha
laravel-magiclink
Create link for authenticate in Laravel without password or get private content
Stars: ✭ 135 (+264.86%)
Mutual labels:  login
instagramauth
An Android library that makes it easy to authenticate your app users with Instagram.
Stars: ✭ 24 (-35.14%)
Mutual labels:  login
windows-Credential-Provider-library
This repository will be updated with all the examples and links that I can find with relevant knowledge & information about CP in MS Windows vista up to version 10.
Stars: ✭ 122 (+229.73%)
Mutual labels:  login
reactjs-login-register-crud
ReactJS CRUD Application, ReactJS FileUpload, ReactJS Sample application, ReactJS Boilerplate, ReactJS Login, ReactJS FileUpload, ReactJS Register
Stars: ✭ 47 (+27.03%)
Mutual labels:  login
single-spa-login-example-with-npm-packages
⚡ Single-spa application example which imports registered applications from NPM packages 📦 and manages authentication features as login 🔐
Stars: ✭ 98 (+164.86%)
Mutual labels:  login
tomcter
😹 Tomcter is a python tool developed to bruteforce Apache Tomcat manager login with Apache Tomcat default credentials.
Stars: ✭ 18 (-51.35%)
Mutual labels:  login
PttAutoLoginPost
PTT自動登入發文(Python)
Stars: ✭ 60 (+62.16%)
Mutual labels:  login
2captcha-python
Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
Stars: ✭ 140 (+278.38%)
Mutual labels:  captcha
node-facebook-twitter-google-github-login
Node, Express, Mongoose, Passport, Facebook, Twitter, Google and Github Authentication (Login)
Stars: ✭ 31 (-16.22%)
Mutual labels:  login
bypass-captcha-examples
Different complex captcha bypass examples: Steam, Netflix, Data Dome, Adobe, etc.
Stars: ✭ 62 (+67.57%)
Mutual labels:  captcha
2captcha-php
PHP package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
Stars: ✭ 25 (-32.43%)
Mutual labels:  captcha
wagtail-django-recaptcha
A simple recaptcha field for Wagtail Form Pages
Stars: ✭ 47 (+27.03%)
Mutual labels:  captcha
CaptchaSolver
Um simples projeto para fazer o reconhecimento do captcha usado pelo jogo bombcrypto.
Stars: ✭ 52 (+40.54%)
Mutual labels:  captcha
palladium
User authentication and registration component
Stars: ✭ 40 (+8.11%)
Mutual labels:  login
flutter dribble signup challenge
A dribble login UI challenge in Flutter
Stars: ✭ 43 (+16.22%)
Mutual labels:  login
state
Store a certain application state in the session or cache.
Stars: ✭ 17 (-54.05%)
Mutual labels:  login
react-hcaptcha
hCaptcha Component Library for ReactJS
Stars: ✭ 169 (+356.76%)
Mutual labels:  captcha
PHP-MySQL-User-Signup-Login-API
This step by step tutorial will guide you to setup up Login + Signup API using Core PHP + MySQL following best practices with folders structure
Stars: ✭ 58 (+56.76%)
Mutual labels:  login

laravel-admin login-captch

Installation First, install dependencies:

composer require james.xue/login-captcha

Configuration In the extensions section of the config/admin.php file, add some configuration that belongs to this extension.

 'extensions' => [
     'login-captcha' => [
         // set to false if you want to disable this extension
         'enable' => true,
     ]
 ]

修改中文

php artisan vendor:publish --tag=lang

输入框背景透明化

在config/admin.php 中添加

'background' => true,

注意事项

Version Laravel-Admin Version
^1.7.1 < 1.6.10
^1.8 1.6.10 <= 1.7
^2.0 >= 1.7
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].