svc/profile-bundle
最新稳定版本:6.9.0
Composer 安装命令:
composer require svc/profile-bundle
包简介
Package to handle profiles (change password, change mail)
README 文档
README
⚠️ Breaking Change in Version 6.3.0:
Starting with version 6.3.0, the bundle uses PHP format for route configuration instead of YAML. You need to import the routes manually in your project. See Usage for updated installation instructions.
⚠️ Attention:
From version 6.0 the bundle works only with Symfony >=6.4.
The bundle uses "symfony/ux-toggle-password" for password visibility toggle. For installations without this requirement, please use a version <6.0.
From version 4.0 the bundle works only with Symfony >=6.1, because the new Bundle Configuration System is used.
Please use version 3.x for older Symfony installations.
Bundle with two functions:
- Change user password (with email information)
- Change user email address (with email confirmation)
Security Features
- XSS Protection: All user input is properly validated and sanitized
- Email Validation: Comprehensive validation including disposable email domain blocking
- Token Security: Secure token generation with HMAC-SHA256 hashing
- Rate Limiting Ready: Designed to work with rate limiting implementations
Documentation
- Installation
- Usage
- Migration Guide - Important for v6.3.0+ upgrades
Screenshots
Change mail form
Change password form
统计信息
- 总下载量: 637
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-29

