Developer forum

Forum » Development » Replacement method for LoginHandler.SaveExtranetUserInputPassword()

Replacement method for LoginHandler.SaveExtranetUserInputPassword()

Nuno Aguiar Dynamicweb Employee
Nuno Aguiar
Reply

Hi,

 

I am using the method Dynamicweb.Frontend.LoginHandler.SaveExtranetUserInputPassword(); but it says it's obsolute and that should be using LogonHandler instead, but there's no SaveExtranetUserInputPassword() method there. Is it private OR should I be doing something different?

 

Best Regards,

Nuno Aguiar


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

The entire method and the underlying property is not used for anything. So just drop that line - it does nothing. If you store a clear text password in the field, stop doing it as it a enourmous security risk. The field is not persisted.

Votes for this answer: 1

 

You must be logged in to post in the forum