Minor security tightening of IdentityProvider::change_provider().

This commit is contained in:
Andy Staudacher
2010-02-14 16:12:18 -08:00
parent ed401fc8a6
commit 74471df777
2 changed files with 6 additions and 1 deletions
@@ -26,7 +26,7 @@ interface IdentityProvider_Driver {
public function guest();
/**
* Return the admins user.
* Return the primary admin user.
*
* @return User_Definition the user object
*/