NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: wasatchconsulting on November 19, 2023, 02:14:27 PM

Title: Secwin Login with User Lookup
Post by: wasatchconsulting on November 19, 2023, 02:14:27 PM
I am using SecWin7 with NetTalk 14

I would like to allow the user to select a user from a lookup. I have added the lookup and it works to select a user from the popup, but when I enter the password and press enter, it does not attempt to log the user in. If I simply enter the user login and the password it still works normal.

What am I missing by adding the lookup?

Ken Watts
Title: Re: Secwin Login with User Lookup
Post by: Bruce on November 19, 2023, 11:02:25 PM
Hi Ken,

what happens if you click the login button?

Cheers
Bruce
Title: Re: Secwin Login with User Lookup
Post by: wasatchconsulting on November 20, 2023, 07:15:34 AM
Returns to the starting page when the program first comes up with the "Login" button.

I have some code that occurs in ValidateUpdate and if I place a "STOP()" or a Trace there, it does not get to that code.

I even tried to place a trace in the "Authenticate" in the WebHandler and it does not get that point either.

Thanks
Ken
Title: Re: Secwin Login with User Lookup
Post by: Bruce on November 20, 2023, 09:23:37 PM
Which NetTalk build?
Title: Re: Secwin Login with User Lookup
Post by: wasatchconsulting on November 21, 2023, 05:53:07 AM
I am on 14.04
Title: Re: Secwin Login with User Lookup
Post by: Bruce on November 21, 2023, 10:56:50 PM
update for 14.13 and report if it's still the same
Title: Re: Secwin Login with User Lookup
Post by: wasatchconsulting on November 24, 2023, 10:15:04 AM
Bruce,

I updated to 14.13 and made sure the other templates were up to date as well. But the behavior is still the same.

Thanks
Ken Watts
Title: Re: Secwin Login with User Lookup
Post by: Bruce on November 26, 2023, 09:23:34 PM
cool, make the same change to the example app, and post that to me so I can duplicate here.

Cheers
Bruce
Title: Re: Secwin Login with User Lookup
Post by: wasatchconsulting on November 28, 2023, 06:47:30 AM
I have attached the example WEB51 with a lookup from the login user id.

Thanks
Ken
Title: Re: Secwin Login with User Lookup
Post by: Bruce on November 28, 2023, 09:51:49 PM
Thanks Ken,

I've made a Secwin 7.50 build with the fix.

Cheers
Bruce
Title: Re: Secwin Login with User Lookup
Post by: wasatchconsulting on November 29, 2023, 12:00:58 PM
Great! Thanks for the help

Ken