NetTalk Central

Author Topic: Secwin Login with User Lookup  (Read 1045 times)

wasatchconsulting

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
    • Email
Secwin Login with User Lookup
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: Secwin Login with User Lookup
« Reply #1 on: November 19, 2023, 11:02:25 PM »
Hi Ken,

what happens if you click the login button?

Cheers
Bruce

wasatchconsulting

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
    • Email
Re: Secwin Login with User Lookup
« Reply #2 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: Secwin Login with User Lookup
« Reply #3 on: November 20, 2023, 09:23:37 PM »
Which NetTalk build?

wasatchconsulting

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
    • Email
Re: Secwin Login with User Lookup
« Reply #4 on: November 21, 2023, 05:53:07 AM »
I am on 14.04

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: Secwin Login with User Lookup
« Reply #5 on: November 21, 2023, 10:56:50 PM »
update for 14.13 and report if it's still the same

wasatchconsulting

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
    • Email
Re: Secwin Login with User Lookup
« Reply #6 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: Secwin Login with User Lookup
« Reply #7 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

wasatchconsulting

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
    • Email
Re: Secwin Login with User Lookup
« Reply #8 on: November 28, 2023, 06:47:30 AM »
I have attached the example WEB51 with a lookup from the login user id.

Thanks
Ken

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: Secwin Login with User Lookup
« Reply #9 on: November 28, 2023, 09:51:49 PM »
Thanks Ken,

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

Cheers
Bruce

wasatchconsulting

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
    • Email
Re: Secwin Login with User Lookup
« Reply #10 on: November 29, 2023, 12:00:58 PM »
Great! Thanks for the help

Ken