librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1603] don't punish the user for not knowing their pas


From: Matt Lee
Subject: [Librefm-commits] [1603] don't punish the user for not knowing their password
Date: Thu, 14 May 2009 20:46:24 +0000

Revision: 1603
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1603
Author:   mattl
Date:     2009-05-14 20:46:23 +0000 (Thu, 14 May 2009)
Log Message:
-----------
don't punish the user for not knowing their password

Modified Paths:
--------------
    trunk/nixtape/login.php

Modified: trunk/nixtape/login.php
===================================================================
--- trunk/nixtape/login.php     2009-05-14 20:42:29 UTC (rev 1602)
+++ trunk/nixtape/login.php     2009-05-14 20:46:23 UTC (rev 1603)
@@ -39,9 +39,6 @@
        if(empty($username)) {
                $errors .= 'You must enter a username.<br />';
        }
-       if(empty($password)) {
-               $errors .= 'You must enter a password.<br />';
-       }
 
        if(empty($errors)) {
                try {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]