Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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")