Change Identity adminstration to use the uninstall/install methods when changing providers.

This commit is contained in:
Tim Almdal
2009-10-22 22:29:56 -07:00
parent 89ca1590e4
commit b74b131e25
10 changed files with 114 additions and 170 deletions

View File

@@ -20,21 +20,7 @@
/*
* Based on the Cache_Sqlite_Driver developed by the Kohana Team
*/
class Identity_Gallery_Driver implements IdentityProvider_Driver {
/**
* @see IdentityProvider_Driver::activate.
*/
public function activate() {
user::activate();
}
/**
* @see IdentityProvider_Driver::deactivate.
*/
public function deactivate() {
user::deactivate();
}
class IdentityProvider_Gallery_Driver implements IdentityProvider_Driver {
/**
* @see IdentityProvider_Driver::guest.
*/