Is there a way to share user names and passwords across django and dokuwiki? I'd like to set it so that when a user logs on to my django app, it also logs them into the wiki. Thanks, Nino asked 04 Mar '13, 20:43 Nino |
It is possible but it will require some custom code. You will want to research the Django Authentication Back-ends Documentation specifically the Other Authentication Sources section answered 05 Mar '13, 01:01 johns Thanks johns.
(01 Aug '13, 09:46)
Nino
|