summaryrefslogtreecommitdiffstats
path: root/application/libraries/Duser/Duser.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/libraries/Duser/Duser.php')
-rw-r--r--application/libraries/Duser/Duser.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/libraries/Duser/Duser.php b/application/libraries/Duser/Duser.php
index bf765d690..6212bfa6d 100644
--- a/application/libraries/Duser/Duser.php
+++ b/application/libraries/Duser/Duser.php
@@ -14,6 +14,7 @@ abstract class Duser_Driver extends CI_Driver {
// Possible values are:
// - can_register_new_users (only supported with the DB driver!)
// - can_reset_password (only supported with the DB driver!)
+ // - can_change_email (only supported with the DB driver!)
public $optional_functions = array();
/*