I am confused about how to start programming for Flight path. If I need to query a different db for login information where do i go to set that?
Thnx Sdark
Hello,
Please begin by reviewing the information in the Documentation part of this site, as it covers some of the basics: http://getflightpath.com/node/863
You might also find this video helpful: http://getflightpath.com/node/979
After reviewing this material, if you still have more specific questions, please post back here.
Richard
I will say, too, as for your question about querying the different db for login information--
The short answer is that you would need to create a module which hooks into the login form, and then you can use your own system of authentication.
The LDAP module (http://getflightpath.com/project/ldap) does this, and might be worth looking into.
Hello,
Please begin by reviewing the information in the Documentation part of this site, as it covers some of the basics:
http://getflightpath.com/node/863
You might also find this video helpful:
http://getflightpath.com/node/979
After reviewing this material, if you still have more specific questions, please post back here.
Richard
I will say, too, as for your question about querying the different db for login information--
The short answer is that you would need to create a module which hooks into the login form, and then you can use your own system of authentication.
The LDAP module (http://getflightpath.com/project/ldap) does this, and might be worth looking into.
Richard