NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva 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
-
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.
-
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,
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
-
Right Geoff,
thanks