Change the Admin_Identity_Controller to not destroy the session until after the new provider is installed.

This commit is contained in:
Tim Almdal
2009-10-23 06:09:24 -07:00
parent 3573544104
commit 923a322ef5
2 changed files with 5 additions and 7 deletions
-1
View File
@@ -79,7 +79,6 @@ class user_installer {
access::allow($registered, "view", $root);
access::allow($registered, "view_full", $root);
user::activate();
module::set_var("gallery", "identity_provider", "user");
module::set_version("user", 1);
}