|
<< Click to Display Table of Contents >> Navigation: Forum > Authentication for individual forms |
09-21-2019, 07:30 PM:
Added an auther component to SC and set apRestrictAll.
Overrode 'RequestAuth(...)' in default form to return false and disable authentication for that form.
Added 2nd form without overriding 'RequestAuth(...)' so as to require authentication.
Default form loads ok on startup, 2nd form displays without authentication on first try then browser prompts for credentials on any other access. I'm thinking the 2nd form shouldn't display until credentials are given on the first try.
Simple demo project attached.
Project attached.
09-23-2019, 09:50 AM:
I'll test it and let you know the results
12-05-2019, 09:41 AM:
Hi,
yes, you are correct. Second form should authenticate before executing.
I'm currently working on a fix and will keep you posted.