NetTalk Central

Author Topic: NT 6.26 and SW 6.09 creating login different from e-mail  (Read 2315 times)

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
NT 6.26 and SW 6.09 creating login different from e-mail
« on: March 27, 2012, 11:28:20 AM »
Hi all,

someone managed to create a new User where the login is different from email?
i don´t know if i´m thinking wrong but, it doesn´t have any login field when creating a new one

thanks
Walter - SOFTVALE

GeoffThomson

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • Email
Re: NT 6.26 and SW 6.09 creating login different from e-mail
« Reply #1 on: March 27, 2012, 09:47:51 PM »
Yes - we do this in our application, although there is quite a bit of code as we have backward compatbility from our old login system. You can get the supervisor to create the user from the SecwinWebBrowseOperators procedure and he can create the user's email and login.

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Re: NT 6.26 and SW 6.09 creating login different from e-mail
« Reply #2 on: March 28, 2012, 04:36:24 AM »
Hi Geoff,

For this project i have a employees database. in this momento when the users creating login i´m checking against this database for e-mail. i want to get social security number and set it as login.

For another project i don´t have a database to check, but i want to use self create users but not use e-mail as login.

is all off it possible?

thanks
Walter - SOFTVALE

GeoffThomson

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • Email
Re: NT 6.26 and SW 6.09 creating login different from e-mail
« Reply #3 on: March 28, 2012, 07:20:32 AM »
Walter,

You'll need to create a login and an email address field in the create user tab of the SecwinWebLogin form. Then assign that to the login of the group used in the ds_UpdateUser (SecwinCreateUser).

Geoff

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Re: NT 6.26 and SW 6.09 creating login different from e-mail
« Reply #4 on: March 28, 2012, 10:36:36 AM »
Right Geoff,

thanks
Walter - SOFTVALE