YAFLogo

Corobori
  • Corobori
  • 53% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
I am trying to integrate Yaf (1.93 .NET 2.0) in an existing website. This

application has got its own user's table and login screen.

Here are my settings for this application:


<authentication mode="Forms">
<forms name="MD2008" defaultUrl="Privado/PublicarAviso.aspx" 

loginUrl="AccesoCliente.aspx" protection="All" timeout="10" />
</authentication>

Yaf uses this form


<forms name=".YAFNET_Authentication" protection="All" timeout="43200" 

cookieless="UseCookies"/>

How can I integrate both authentication system ?

For the user's table I guess I'll write my own code to insert (or update)

in the Yaf's tables

Sponsor
Corobori
  • Corobori
  • 53% (Neutral)
  • YAF Forumling Topic Starter
14 years ago