Commit 39fab1262b0c3b5ac674fc8185a66912fc6dd193

Authored by nbm
1 parent 934e490c

Add autoSignup base implementation to authentication provider - by

default, don't support it.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5872 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/authentication/authenticationprovider.inc.php
... ... @@ -109,4 +109,8 @@ class KTAuthenticationProvider extends KTStandardDispatcher {
109 109 */
110 110 function verify($oUser) {
111 111 }
  112 +
  113 + function autoSignup($sUsername, $aExtra, $oSource) {
  114 + return false;
  115 + }
112 116 }
... ...