<i><b>Originally posted by : Brian (brian.fairchild@pervasive.com)</b></i><br />Has anyone had any experience in changing the authentication of cs2K? I want to authenticate against the email address instead of the username.
<i><b>Originally posted by : Brian (brian.fairchild@pervasive.com)</b></i><br />We did, and it worked! We even integrated three other web apps to use the Commerce Server 2K as the authenticating table. We wrote alot of cookie code and redirection code!<br /><br />Thanks for the feed back!<br /><br />Brian<br /><br /><br />------------<br />av at 7/20/2001 9:54:00 AM<br /><br />These are ateps you need to do:<br />1. Change the primary key in UserObject table to email field<br />2. Change the primary key on the Bizdesk for User Object<br />3. Modify Global_forms_lib.asp: Added section for email address on login screen in GetLoginFieldDefinitions routine<br />4. Modify login/Login.asp: Modified ValidateSubmittedLoginData routine to check against email address instead of User Id<br /><br />Have fun<br /><br /><br />------------<br />Brian at 5/27/2001 12:01:06 PM<br /><br />Has anyone had any experience in changing the authentication of cs2K? I want to authenticate against the email address instead of the username.
Was this answer helpful ?
Yes No
<i><b>Originally posted by : av (avu@ci.bellevue.wa.us)</b></i><br />These are ateps you need to do:<br />1. Change the primary key in UserObject table to email field<br />2. Change the primary key on the Bizdesk for User Object<br />3. Modify Global_forms_lib.asp: Added section for email address on login screen in GetLoginFieldDefinitions routine<br />4. Modify login/Login.asp: Modified ValidateSubmittedLoginData routine to check against email address instead of User Id<br /><br />Have fun<br /><br /><br />------------<br />Brian at 5/27/2001 12:01:06 PM<br /><br />Has anyone had any experience in changing the authentication of cs2K? I want to authenticate against the email address instead of the username.
Was this answer helpful ?
Yes No