NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jking on January 14, 2012, 07:50:38 PM

Title: NetTalk 6 with SecWin 6 problem
Post by: jking on January 14, 2012, 07:50:38 PM
     I have a NT6 app created with the new wizard.  Works great, until I added SecWin 6.  Now I get errors that I can't resolve.  I have attached a screen shot showing the app and errors, it is in the webserver procedure.  Any thoughts on how to resolve this?

Thanks,

Jeff King

[attachment deleted by admin]
Title: Re: NetTalk 6 with SecWin 6 problem
Post by: bruce2 on January 14, 2012, 08:59:58 PM
Which nt6 build?
Title: Re: NetTalk 6 with SecWin 6 problem
Post by: jking on January 14, 2012, 09:23:35 PM
Bruce2,

NT6.14 and SecWin 6.03

Jeff
Title: Solved: Re: NetTalk 6 with SecWin 6 problem
Post by: jking on January 15, 2012, 10:55:28 AM
I found I had added "user web login here" instead of "user login here".  Now compiles ok.

However, I need help setting up email so I can allow users to request password resets.  I will not be allowing users to set up their own accounts.  I will do that separately.  I see the GetSetting procedure and it seems to get email settings from an ini file.  This bothers me as the EmailAuthUser and EmailAuthPassword can be found here.  I need help setting this up to be secure.  Can anyone offer a tutorial?

In addition I find I can log into the system using demo/demo which has supervisory access.  But I cannot add any new operators/users.  This ocurrs for both my app and the demo app web51.

Thanks,

Jeff
Title: Re: NetTalk 6 with SecWin 6 problem
Post by: jking on January 15, 2012, 11:09:52 AM
I found "SendEmailFromWebBrowser (11)" and think I now know how to set up my email parameters securely.  Now when I try to create a login I get an error that says "This user could not be added".  so it seems I still cannot add a user/operator to the security table.  Any thoughts on how to resolve this?

Thanks,

Jeff
Title: Re: NetTalk 6 with SecWin 6 problem
Post by: Bruce on January 15, 2012, 09:15:18 PM
perhaps you need to post an example of where you're at, at the moment Jeff.
I'm not sure how you are "creating a login" so it's difficult to comment on what you might have done wrong.

cheers
Bruce
Title: Re: NetTalk 6 with SecWin 6 problem
Post by: jking on January 15, 2012, 09:40:57 PM
Bruce,

     I'll send a zip of my app, dct and ini files via email.  This should give you an idea of where I'm at.  In addition I looked at the SecWin Webinar Geoff did some time ago and made the one or two changes he went over.

Thanks,

Jeff