문제

just we have small problem with DNN portals. we have two DNN websites one DNN 5 and 7.5 we need to make users of DNN5 able to login to DNN7 with same username and password.can we do this scenario in DNN?

도움이 되었습니까?

해결책

This isn't something that is easy to do with DNN, you'll need to setup a database task/service that keeps the users, user portals, roles, and ASPNET_ tables in sync across the two installs.

That, or you will need to write a custom authentication provider for both DNN 5 and DNN 7 that use an different database to store user information.

다른 팁

I think this module could do the job http://store.dnnsoftware.com/home/product-details/dnn-login-with-sso-12

But you might want to contact them to make sure it works for your case.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top