make password change work and add a time-based code to our forms (still needs to...
[authserver.git] / authsystem.inc.php
index b3c3f31651bb34613ddd7f8841a9ab7d18b8dee2..65c349e2c2427c86a0f8c05e72ba7bf876533f35 100644 (file)
@@ -10,6 +10,8 @@ $pwd_options = array('cost' => 10);
 
 // Extended DOM document class
 require_once('../kairo/include/cbsm/util/document.php-class');
+// Class for sending emails
+require_once('../kairo/include/classes/email.php-class');
 
 bindtextdomain('kairo_auth', 'en'); // XXX: Should negotiate locale.
 bind_textdomain_codeset('kairo_auth', 'utf-8');