|
From: <var...@us...> - 2017-01-11 12:14:45
|
Revision: 9996
http://sourceforge.net/p/phpwiki/code/9996
Author: vargenau
Date: 2017-01-11 12:14:43 +0000 (Wed, 11 Jan 2017)
Log Message:
-----------
Remove obsolete comment
Modified Paths:
--------------
trunk/lib/WikiUser.php
Modified: trunk/lib/WikiUser.php
===================================================================
--- trunk/lib/WikiUser.php 2016-12-16 14:53:55 UTC (rev 9995)
+++ trunk/lib/WikiUser.php 2017-01-11 12:14:43 UTC (rev 9996)
@@ -1298,8 +1298,6 @@
* the db password method is 'plain', which means that the DB SQL
* statement just returns 1 or 0. To use CRYPT() or PASSWORD() and
* don't store plain passwords in the DB.
- *
- * TODO: remove crypt() function check from config.php:396 ??
*/
function _checkPass($submitted_password, $stored_password)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|