Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sven-ve/svc-profile-bundle
Bundle with two functions: Change user password (with email information) and Change user email address (with email confirmation)
https://github.com/sven-ve/svc-profile-bundle
Last synced: 30 days ago
JSON representation
Bundle with two functions: Change user password (with email information) and Change user email address (with email confirmation)
- Host: GitHub
- URL: https://github.com/sven-ve/svc-profile-bundle
- Owner: Sven-Ve
- License: mit
- Created: 2021-02-27T21:38:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T19:07:07.000Z (6 months ago)
- Last Synced: 2024-08-09T21:44:56.810Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 304 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# SvcProfileBundle
[![CI](https://github.com/Sven-Ve/svc-profile-bundle/actions/workflows/php.yml/badge.svg)](https://github.com/Sven-Ve/svc-profile-bundle/actions/workflows/php.yml)
[![Latest Stable Version](https://poser.pugx.org/svc/profile-bundle/v)](https://packagist.org/packages/svc/profile-bundle)
[![Total Downloads](https://poser.pugx.org/svc/profile-bundle/downloads)](https://packagist.org/packages/svc/profile-bundle)
[![License](https://poser.pugx.org/svc/profile-bundle/license)](https://packagist.org/packages/svc/profile-bundle):warning: **Attention:**
From version 6.0 the bundle works only with Symfony >=6.4.
In addition, the package "symfony/ux-toggle-password" is used to display the password. If this is not desired, 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)
### Documentation
* [Installation](docs/installation.md)
* [Usage](docs/usage.md)
### Screenshots
#### Change mail form
![Change mail form](docs/images/changemail.png)
#### Change password form
![Change password form](docs/images/changepwd.png "Change password form")