This topic is locked
[SOLVED]

 Problems With Login Feature In Generated System

2/19/2013 11:03:47
PHPRunner General questions
N
notuo author

Hi.

I started to play with login security (PHPR 6.2). I found a problem. Maybe is my fault, but I cannot tell. There are some images to clarify the issue.
The story:
I have the proper fields in my table, I can login, but I get always the default group, not the one associated with the user I use to login.
Sample of the data I am using. Users 1&2 are ADMIN, users 12,13&14 are USER.



Security definitions in phpr:



Notice in the following. There is only LIST allowed and that is the result I have.












Here you can see a dump of the variables just after successful login



In this case I choose user 1 (ADMIN) and get only the list view as follows



Any idea is welcome. I am kind of lost.
Thanks for your time.

N
notuo author 2/19/2013

Apparently the name GroupID is mandatory. After changed to it, started to work.
Regards