diff options
Diffstat (limited to 'framework/Security')
| -rw-r--r-- | framework/Security/TAuthManager.php | 4 | ||||
| -rw-r--r-- | framework/Security/TUserManager.php | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php index 819b7b36..b4856ee5 100644 --- a/framework/Security/TAuthManager.php +++ b/framework/Security/TAuthManager.php @@ -26,8 +26,8 @@ Prado::using('System.Security.TUserManager');   * To login or logout a user, call {@link login} or {@link logout}, respectively.
   *
   * To load TAuthManager, configure it in application configuration as follows,
 - * <module id="auth" type="System.Security.TAuthManager" UserManager="users" LoginPage="login" />
 - * <module id="users" type="System.Security.TUserManager" />
 + * <module id="auth" class="System.Security.TAuthManager" UserManager="users" LoginPage="login" />
 + * <module id="users" class="System.Security.TUserManager" />
   *
   * @author Qiang Xue <qiang.xue@gmail.com>
   * @version $Revision: $  $Date: $
 diff --git a/framework/Security/TUserManager.php b/framework/Security/TUserManager.php index c799c446..5ad582e1 100644 --- a/framework/Security/TUserManager.php +++ b/framework/Security/TUserManager.php @@ -168,7 +168,7 @@ class TUser extends TComponent implements IUser   *
   * TUserManager manages a static list of users {@link TUser}.
   * The user information is specified via module configuration using the following XML syntax,
 - * <module id="users" type="System.Security.TUserManager" PasswordMode="Clear">
 + * <module id="users" class="System.Security.TUserManager" PasswordMode="Clear">
   *   <user name="Joe" password="demo" />
   *   <user name="John" password="demo" />
   *   <role name="Administrator" users="John" />
  | 
