This topic is locked
[SOLVED]

 Which table is responsible for user groups?

10/7/2010 5:53:55 PM
PHPRunner General questions
K
karmacomposer author

When dealing with online security (dynamic), which auto generated table in phprunner is responsible for assigning users to groups?
I have been trying to change the permissions by writing a value in one table into another table to 'hard code' the group permission after registering.
I tried linking 2 tables (UserValidation and dwa1_ugmembers) and had a little success (it would set the number, but always revert to the same group), but it wasn't really working.
I'll keep trying.
Mike

Sergey Kornilov admin 10/7/2010

You should not modify permissions tables manually. All you need to do is to allow user select which group it belongs to which you already done on Registration page.

K
karmacomposer author 10/7/2010



You should not modify permissions tables manually. All you need to do is to allow user select which group it belongs to which you already done on Registration page.


It's not working, so obviously I did something wrong.
That is just a drop down box with choices. It doesn't go anywhere, so how does that solve my problem? You keep saying it should just work, so either you are ASSUMING I know what I am doing, which obviously I don't, or I just am not understanding something here.
I'm a pretty smart guy, so normally I can figure things out, but this has me stymied. You say do nothing and it will work and I am telling you it does not work.
Do you understand what I am trying to accomplish? If you do, tell me a way to get it done and I will not bug you again. I just want this to work already. My client is getting upset and I cannot get this done.
Mike