Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanderdlm/symfony-user

DIY user management for Symfony 5.2+
https://github.com/sanderdlm/symfony-user

Last synced: 7 days ago
JSON representation

DIY user management for Symfony 5.2+

Awesome Lists containing this project

README

        

# DIY-user

**!WIP!**

User management solution for Symfony 5.2. Includes new Authenticator login, remember me, forgot password + reset, confirmation email, basic user CRUD for admins

The code in this repository is not guaranteed to work. It can be used as inspiration, reference or straight up copied.

To do:
* Clean up templates for use with Bootstrap 5

How to use:
* Copy each `User` folder from the respective `src/` folder into your own project.
* If you want to use the templates, copy `template/user` into your own project.
* Copy our `config/packages/security.yaml` into your own project.
* Copy either the SQLite or the MySQL migration and run it.
* (optional) Copy the translations.