summaryrefslogtreecommitdiff
path: root/framework/Security/TUserManagerPasswordMode.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:21:46 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:21:46 +0100
commitb927e32fa14869bc3a48d1fba6b2a161b9606270 (patch)
tree037a41803695d675fe22cc35b691ff2e729d57f8 /framework/Security/TUserManagerPasswordMode.php
parent9392b2523005d598ec6a5c254b8cbb5c49f50fcc (diff)
Add namespaces: Exceptions, I18N, Security
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 &copy; 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