This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Hi Joe,
I am integrating a WCF app into MP, I have created a custom authentication provider with a little adaptive additional encryption over and above the SSL, on the custom authentication side I want to link into the MP core, however can't find your password encryption method, perhaps too many hours behind the keyboard at this stage, a little help will be greatly appreciated.
Many Thanks
George
Look in Web/Components/mojoMembershipProvider.cs for encryption we rely on the EncryptPassword method built into MembershipProvider.
I recommend you don't make any changes to mojoPortal code.
Hope it helps,
Joe
I don't plan to change the core, rather mimic some parts thereof on the WCF custom authentication, partly at risk of future core changes, I might spring a sample on you when I'm done, for the growing MP community...
Regards