summaryrefslogtreecommitdiff
path: root/framework/Security/TUserManagerPasswordMode.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Security/TUserManagerPasswordMode.php')
-rw-r--r--framework/Security/TUserManagerPasswordMode.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Security/TUserManagerPasswordMode.php b/framework/Security/TUserManagerPasswordMode.php
index 8737fb53..4a4493a2 100644
--- a/framework/Security/TUserManagerPasswordMode.php
+++ b/framework/Security/TUserManagerPasswordMode.php
@@ -6,9 +6,11 @@
* @link http://www.pradosoft.com/
* @copyright Copyright © 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Security
+ * @package Prado\Security
*/
+namespace Prado\Security;
+
/**
* TUserManagerPasswordMode class.
* TUserManagerPasswordMode defines the enumerable type for the possible modes
@@ -20,7 +22,7 @@
* - SHA1: the password is recorded as the SHA1 hash value of the original password
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @package System.Security
+ * @package Prado\Security
* @since 3.0.4
*/
class TUserManagerPasswordMode extends TEnumerable