Developer forum

Forum » CMS - Standard features » Extranet login other possible ID

Extranet login other possible ID

Peter Bille Larsen
Reply

Hi DWs

One of out clients asks me if we can use anything else than USERNAME for login?
He would like ie. CPR og Mail or phonenumber.

can it be done?

 

 


Replies

 
Morten Bengtson
Reply

It is not possible out of the box AFAIK. You can see a custom solution here... 

http://developer.dynamicweb-cms.com/forum/development/custom-login-procedure.aspx

If the site is accepting CPR as input or displaying CPR numbers, then you have to use encryption as well ;-)

http://www.datatilsynet.dk/erhverv/internettet/krav-og-anbefalinger-ifm-overfoersel-af-personoplysninger-via-internettet/

 

 
Peter Bille Larsen
Reply

Hi Morten

thanks for answering.

Yes sure, CPR is HTTPS. But I think that in the example that you post to Nuno, what are you doing exactly?
Are you matching a "masterlogin" to a custom accessuser field and then sending the correct username to the system by:

security.ExtranetLogin(user.UserName, user.Password);

?

 

 

You must be logged in to post in the forum