svn: /web/doc-editor/trunk/php/ AccountManager.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Thu, 11 Mar 2010 10:32:17 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296064
Log:
The password is no longer store into database
Changed paths:
U web/doc-editor/trunk/php/AccountManager.php
Modified: web/doc-editor/trunk/php/AccountManager.php
===================================================================
--- web/doc-editor/trunk/php/AccountManager.php 2010-03-11 10:27:39 UTC (rev 296063)
+++ web/doc-editor/trunk/php/AccountManager.php 2010-03-11 10:32:17 UTC (rev 296064)
@@ -265,7 +265,6 @@
/**
* Register a new valid user on the application.
*
- * @todo The VCS password is stored in plain text into the database for later use. We need to find something better
* @return int The database insert id
*/
private function register()