Finish integrating the move of the user edit/update functions into the user module. The premise is that the plugable user module will provide the update screens if the user backend supports updates.

This commit is contained in:
Tim Almdal
2009-10-16 08:53:30 -07:00
parent 9e833c9443
commit be6765336e
12 changed files with 29 additions and 34 deletions
-1
View File
@@ -102,7 +102,6 @@ class Identity_Core {
return !empty($this->config["allow_updates"]);
}
/**
* @see Identity_Driver::guest.
*/