https://blogbook.tech/gsoc-week-4-experience-migrating-ehr-to-laravel-user-module-roles-module
I am getting too many redirects when attempting to login
Hey, @muarachmann this occurs because of the new roles seeder. I tried assigning the new roles with the dummy users but it didn’t work ie the old roles should be there. I am facing issue with it, I looked for roles usage in different parts of the codebase but can’t find any. Can you help me with this?. . Temporarily, I have kept both old roles and new roles locally.
Hi there @chaitak-gorai you will have to change the roles of the default users to fit into the newly seeded roles. I previously used super_admin and admin. Please use super_admin for the Super admin role.
Then you equally will have to change all middleware routes having admin or super_admin from the routes to controllers if any. Try clearing your cookies and it should work.
Regards, MR
Thank you much. I have solved this bug. Now working fine.
For further discussion on the updates and implementation can we have a call?
Tomorrow I will be available 1PM - 3PM GMT
Can we have a call from 2:30PM to 3:00PM?
Hey @muarachmann can we have a call at 1pm GMT today? Are you available?
Hello @chaitak-gorai unfortunately, I am not available. Let’s have this tomorrow same time.
Ok then no problem .
@muarachmann meet link?
@chaitak-gorai here you go.
Hey @muarachmann link for the meet ?
@chaitak-gorai here you go - GSoC Discussion Wednesday, July 12 · 2:00 – 2:30pm Time zone: Africa/Lagos Google Meet joining info Video call link: https://meet.google.com/jhh-zwxz-vuq Or dial: (ZA) +27 10 823 0877 PIN: 352 203 357# More phone numbers: https://tel.meet/jhh-zwxz-vuq?pin=2403835606121
Here is todays recording - GSoC Discussion (2023-07-12 14:01 GMT+1) - Google Drive
@chaitak-gorai what’s the progress here ?
Hey @muarachmann I have sent the updates over GitHub PR. Once you are free please review and suggest changes if required Also here is my blog for this week GSoC Week 8 Experience: Migrating EHR to Laravel - User Module & Roles Module.