Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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+
- Host: GitHub
- URL: https://github.com/sanderdlm/symfony-user
- Owner: sanderdlm
- Created: 2021-03-14T18:13:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T14:58:43.000Z (over 3 years ago)
- Last Synced: 2023-05-14T07:06:55.829Z (over 1 year ago)
- Language: PHP
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 5How 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.