svc/profile-bundle

Package to handle profiles (change password, change mail)

Installs: 577

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

6.3.0 2025-09-14 13:04 UTC

README

CI Latest Stable Version Total Downloads License

⚠️ 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


Screenshots

Change mail form

Change mail form


Change password form

Change password form