定制 lukapeharda/laravel-password-setup 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

lukapeharda/laravel-password-setup

Composer 安装命令:

composer require lukapeharda/laravel-password-setup

包简介

Send password setup notification to users created through API

README 文档

README

Package for Laravel PHP framework which enables sending of email notifications to users (created through API) to setup password.

Consider this scenario: you are creating users through your API endpoint and after receiving their email and creating a user in the DB you want them to create their own password (because generating one for them and sending it through email is bad).

This package allows you to trigger an event which will be listened to by the built-in listener and send an email notification (using Laravel Notification) with a generated URL link with a password setup token. Token generated is the same as the one generated by the Laravel for resetting passwords. Views are provided as well (using Bootstrap v4).

Installation

Install it using composer:

composer require lukapeharda/laravel-password-setup

The service provider will be auto-discovered.

Consider publishing the package to override config or view:

php artisan vendor:publish and select appropriate package from list of provided ones

Usage

By default, package is set to listen to LukaPeharda\LaravelPasswordSetup\Events\UserCreated (which accepts a $user model) and then via LukaPeharda\LaravelPasswordSetup\Listeners\SendNotification listener sends a LukaPeharda\LaravelPasswordSetup\Notifications\SetPassword notification (with generated token) to provided user.

The user will receive an email with a link to a screen where he needs to enter (and confirm) his new password. After entering (and confirming) new password, the user will be logged in automatically.

You can adjust or disable some parts of this flow (and substitute it with your own code) in config/laravel-password-setup.php.

Alternatively, you can use artisan command php artisan password:setup {user} and give it user ID and it will generate a token and send an email notification to the given user.

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: mit
  • 更新时间: 2019-04-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固