mihai-vlc / master-login-system

An advanced login system build upon bootstrap with lots of features built in.
128 stars 94 forks source link

creation of uersgroup not part of member #19

Closed nlmaca closed 8 years ago

nlmaca commented 8 years ago

found a small bug. when creating a new group and you add it to type: member and save it, the group getst the type guest and not member. when returning to the group management you will see the new group, but it has the type guest. when editing the group and set it to the type member then it will be correct.

so on creation of the group the type isn't set correctly

nlmaca commented 8 years ago

Your fix didnt work. i still have the same problem after deploying your latest version.

mihai-vlc commented 8 years ago

Seems to work fine for me locally. Please make sure that you included the code correctly and it should work.

nlmaca commented 8 years ago

fixed now. i only copied the file changes you made. i did a complete reinstall. that fixed it. thx.