Here again. In version 7.1 functions and permissions are not working, hopefully can update or create a new video? Thanks so much for publishing these videos!
Sir your new version of roles and permission in radsystem studio are so confused i hope you make it as good like PHPRAD CLASSIC roles and permission style interface for settings.
Hi...I appreciate your good explanation...but I a question, How can I block user from updating their role in the system? both administrator and user have same access to update system role. please show me the way how to solve this.
Create a new add page for administrator and enable role configuration, then disable role for the default page, which will used as the user's add page configuration.
So, does this mean that every time when a new User is registered, I will need to go through the entire process of database table editing merely to allocate a User Role to that newly created User? What if I have three User Roles and Admin wants to add Users under specific User Role? Will it be possible directly from the Application Interface, without asking the Admin to go through this entire Database Editing process?
Hi, this tutorial is just to show you the issue and the solution. With the solution shown, you can decide to configure the table in Radsystems Studio for you to assign roles to a user. And also you could use action after add for UsersRegister in page event, to write a code that inserts the role you want for that user. There are several ways for you to do it, this is just a few.
@@DannyMatapi Certainly, it's easy and I understand that RadSystems is NOT an admin dashboard, but rather a tool that allows the programmers to speed up their coding work while building the admin dashboards for the clients, and that's where the problem starts. The developer cannot ask the client to download another Database management tool and make certain changes in the database to make certain things related to the application work. Of course, there are some Events in the RadSystems which allow me to write code and automate this process. However, comparing it with other similar tools in the market, RadSystems could have improved on this. That's the only concern expressed here. Nothing there to cry about, because I'm not forced to use Radsystems. I can always leave it and start using some other tool or just develop the systems by hand. If there is an error, expressing that error cannot be called a "cry", rather it's just a due report posted, nothing else.
@@RuturajPatki you've just say it, if this software doesn't work the way you want, you just can do it yourself or use another thing. There's not point in your complain, willy is not even the developer in the first place. By the way, what other similar tools are you talking about? I'd like to know it
For some reason, I haven't been able to do that for laravel projects. If I try doing that, the role will rather be assigned to the user I am currently logged in as, even the a different user was selected.
Make sure you have given admin role all full permission in the record management config, by checking all the permission for the admin role. And also make sure you are using static roles and permission, else you might encounter issues.
Please work in a most efficient and intuitive way to manage all this process, is VERY confusing. I think you can automate mostly of these tasks, so Admin can be auto created with a default password, and starting to this point, admin can create/configure any other accounts including his/herself. Furthermore, it would be ideal have a graphic interface to manage permissions and roles.
Hi, I am not the developer of the software, I help with solutions in the forum. if you have any suggestions, please add them to the forum's Suggestions category, and the dev would add it in future updates, if it a good idea. Thanks.
@@cinismovirtual Creo que mejor se debería llamar Estupidez Virtual jajaja. A ver, me refiero a que el proceso de gestionar roles y permisos desde el motor de base de datos es sencillo, no a implementar lo que usted dice dentro de Radsystems. El programa es una plataforma low-code, no no-code, es decir, aunque ayude a generar de manera automática la mayoría de componentes necesarios para desarrollar un sistema completo, uno siempre deberá hacer muchas otras cosas de manera manual. Si la cabecita no le da para leer la documentación y le resulta muy confuso el proceso, vaya mejor aprenda un poco de bases de datos y sql. Y si el programa no le sirve entonces mejor use otra cosa. Deje de llorar, además como ya se lo dijo él mismo, willy ni siquiera es un desarrollador de Radsystems.
@@DannyMatapi me sorprende su grosería y su prejuicio! Pero más su ignorancia, asumo que es asalariado de los desarrolladores. Qué le hace pensar que desconozco estos temas? Claro! El prejuicio. Por su actitud sospecho que sabe del tema mucho menos de lo que afirma, pero sospecho más aún que no ha trabajado con aplicaciones similares, supongo que por ser persona de escasos recursos. Yo he probado varias herramientas similares, y TODAS cuentan con el elemental panel de configuración de seguridad! Por favorrr!!! Es elemental! No sé si me da risa o pena su actitud beligerante de geek de ghetto miserable.
Here again. In version 7.1 functions and permissions are not working, hopefully can update or create a new video? Thanks so much for publishing these videos!
Nice video 🙏🏽
And thank you so much 🙏🏽
Sir your new version of roles and permission in radsystem studio are so confused i hope you make it as good like PHPRAD CLASSIC roles and permission style interface for settings.
Can a user has many roles? And how to access a dashboard based on current active role?
A user can only be assigned one role at a time.
Hi...I appreciate your good explanation...but I a question, How can I block user from updating their role in the system? both administrator and user have same access to update system role. please show me the way how to solve this.
Create a new add page for administrator and enable role configuration, then disable role for the default page, which will used as the user's add page configuration.
Is it possible to create that screens style showing in this video in PHPRad Classic?
Hi, what screen style do you mean?
So, does this mean that every time when a new User is registered, I will need to go through the entire process of database table editing merely to allocate a User Role to that newly created User? What if I have three User Roles and Admin wants to add Users under specific User Role? Will it be possible directly from the Application Interface, without asking the Admin to go through this entire Database Editing process?
Hi, this tutorial is just to show you the issue and the solution. With the solution shown, you can decide to configure the table in Radsystems Studio for you to assign roles to a user. And also you could use action after add for UsersRegister in page event, to write a code that inserts the role you want for that user. There are several ways for you to do it, this is just a few.
It is actually pretty easy, don't cry about it, remember this is a automated ide not a Admin dashboard.
@@DannyMatapi Certainly, it's easy and I understand that RadSystems is NOT an admin dashboard, but rather a tool that allows the programmers to speed up their coding work while building the admin dashboards for the clients, and that's where the problem starts. The developer cannot ask the client to download another Database management tool and make certain changes in the database to make certain things related to the application work.
Of course, there are some Events in the RadSystems which allow me to write code and automate this process. However, comparing it with other similar tools in the market, RadSystems could have improved on this. That's the only concern expressed here. Nothing there to cry about, because I'm not forced to use Radsystems. I can always leave it and start using some other tool or just develop the systems by hand. If there is an error, expressing that error cannot be called a "cry", rather it's just a due report posted, nothing else.
@@RuturajPatki you've just say it, if this software doesn't work the way you want, you just can do it yourself or use another thing. There's not point in your complain, willy is not even the developer in the first place.
By the way, what other similar tools are you talking about? I'd like to know it
How can I establish roles or permissions for a user from the site, without having to access the database?
For some reason, I haven't been able to do that for laravel projects. If I try doing that, the role will rather be assigned to the user I am currently logged in as, even the a different user was selected.
@@willvin Ok thanks for your answer.
i have an error Admin role does not exist and the table of roles is empty how can i fix it
Make sure the role ID used to give user a role in Model has role table, exist in the roles table.
@@willvin the tables roles,perission are always empty even if i add a new role
You need to enter the record as explained in this video.
Sir how to record management for phprad clasic view all data on user admin.because i am try not view all data.
Make sure you have given admin role all full permission in the record management config, by checking all the permission for the admin role. And also make sure you are using static roles and permission, else you might encounter issues.
@@willvin i try static role permission success, but i set to dynamic permission not run
Please work in a most efficient and intuitive way to manage all this process, is VERY confusing. I think you can automate mostly of these tasks, so Admin can be auto created with a default password, and starting to this point, admin can create/configure any other accounts including his/herself. Furthermore, it would be ideal have a graphic interface to manage permissions and roles.
Hi, I am not the developer of the software, I help with solutions in the forum. if you have any suggestions, please add them to the forum's Suggestions category, and the dev would add it in future updates, if it a good idea. Thanks.
El proceso es bastante sencillo deje de llorar, recuerde que Radsystems es un IDE para RAD no es un dashboard de administrador.
@@DannyMatapi si tan sencillo es, por qué no lo implementan??? 🙄 Se llama MEDIOCRIDAD.
@@cinismovirtual Creo que mejor se debería llamar Estupidez Virtual jajaja. A ver, me refiero a que el proceso de gestionar roles y permisos desde el motor de base de datos es sencillo, no a implementar lo que usted dice dentro de Radsystems.
El programa es una plataforma low-code, no no-code, es decir, aunque ayude a generar de manera automática la mayoría de componentes necesarios para desarrollar un sistema completo, uno siempre deberá hacer muchas otras cosas de manera manual.
Si la cabecita no le da para leer la documentación y le resulta muy confuso el proceso, vaya mejor aprenda un poco de bases de datos y sql. Y si el programa no le sirve entonces mejor use otra cosa.
Deje de llorar, además como ya se lo dijo él mismo, willy ni siquiera es un desarrollador de Radsystems.
@@DannyMatapi me sorprende su grosería y su prejuicio! Pero más su ignorancia, asumo que es asalariado de los desarrolladores. Qué le hace pensar que desconozco estos temas? Claro! El prejuicio. Por su actitud sospecho que sabe del tema mucho menos de lo que afirma, pero sospecho más aún que no ha trabajado con aplicaciones similares, supongo que por ser persona de escasos recursos. Yo he probado varias herramientas similares, y TODAS cuentan con el elemental panel de configuración de seguridad! Por favorrr!!! Es elemental! No sé si me da risa o pena su actitud beligerante de geek de ghetto miserable.