Recurring Login (Only Forms)

I have a group of users that cannot access forms (existing/create). No problems with views… have set the group as high as manager w/o success! User enters un/pw into login only to get a blank login right back. If I access the same form (using …?openform or …?editdocument) with someone from another group, it works!?! I have even tried to add the person individually (up to manager) w/o access. It just keeps presenting the box… no error message. I see nothing on the console. I do not have reader/author fields… any ideas?

Subject: Recurring Login (Only Forms)

Are there restrictions in the form security tab in the form properties?

Subject: RE: Recurring Login (Only Forms)

Great question… just checked to make sure. Both reader (all readers and above) and create boxes (all authors and above) are checked. Thanks…

Subject: Recurring Login (Only Forms)

Have you tried the effective access tool in the ACL?

Another way is to add a page (whoami) to your db with computed text and the formula @UserNamesList. Then have your user open db.nsf/whoami?Open&login.

Subject: RE: Recurring Login (Only Forms)

Another great suggestion… did the effective access and all looks 100% (same as group with working access). I’ll try the formula… thanks everyone for the great suggestions.

Subject: Recurring Login (Only Forms)

Try setting security tabe to 'wllow public access" then try.

Cause is usually security conflicts in nested security groups.

Subject: RE: Recurring Login (Only Forms)

Thanks April… I’ll do this and report back.