Symfony 3 Tutorial: Dynamic User Roles

preview_player
Показать описание
So actually somebody requested this video and there you have it, how you can make a simple user interface to change users permissions and roles and store them in the database, this video starts off with a basic login system if you don't know how to make your own i suggest you watch the video on creating a simple login and registration system .

More videos about security:

Timestamps:

from 8:17 to 18:35 - Just making some views and actions .
Рекомендации по теме
Комментарии
Автор

so so amazing thanks a lot but can u show us how did u make the roles choice style ?

oumaimabenjouida
Автор

Please do more toturial for symfony.... YOur tut is great!!!

ritusampui
Автор

what's the IDE you are using here ?

hichamel-argeouni
Автор

Thank you for the video and the explanations, i'd like to know how to implement that with EasyAdminBundle please

noekoumba
Автор

Good job!
We are looking for app developer !

abdellukdim
Автор

Hi
I’m doing similarly on Smyfony 4 but my roles are within the databases (manytomany relationship)
Unfortunately I can’t manage to get the roles updated when updating my user :(
Adding is working fine.
The point is that he is loading the old value of the role which is than a string and than I get an error as he wants an Role object...
Any idea what I can do for making that work too?

ISeeTWizard
Автор

do u still have the project please i need it so bad

cestmoi
Автор

php bin/console doctrine:schema:update

Unknown column type "JSON" requested.

BastianE
Автор

Roles by every user. Not good. Better to choice group role with many roles in a group and user can take many groups

Chess_Squad