superwen/lae-auth-attempts 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

superwen/lae-auth-attempts

最新稳定版本:v1.0.4

Composer 安装命令:

composer require superwen/lae-auth-attempts

包简介

Add captcha and login attempts for laravel-admin

README 文档

README

Add captcha and login attempts for laravel-admin

Screenshot

img

Installation

composer require superwen/lae-auth-attempts

Configuration

In the extensions section of the config/admin.php file, add configurations

'extensions' => [
     'auth-attempts' => [
         // set to false if you want to disable this extension
         'enable' => true,
         
         // configuration
         'maxAttempts'  => 5,
         'decayMinutes' => 1,
    ]
]

In the resources/lang/en(example)/validation.php file, add configurations

'captcha'    => 'The :attribute is invalid.',
'attributes' => [
    'captcha' => 'captcha',
],

If you need to modify the captcha configuration, please see mews/captcha

And in the config/captcha.php file, add configurations

'admin' => [
    'length'    => 5,
    'width'     => 120,
    'height'    => 36,
    'quality'   => 90,
],

Usage

Open your login page in your browser

License

Licensed under The MIT License (MIT).

统计信息

  • 总下载量: 12
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固