Ignore:
Timestamp:
Dec 18, 2005 12:16:03 AM (18 years ago)
Author:
scdev
Message:

detabbed all files ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/password.php

    r41 r42  
    11<?php
    22/**
    3  * password.php 
     3 * password.php
    44 * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    55 */
     
    1414 * CODE CONFIG
    1515 *****************************************************************************/
    16    
     16
    1717// Titles and navigation header.
    1818$nav->addPage(_("Change password"));
     
    4747        }
    4848    }
    49    
     49
    5050    if (!$fv->anyErrors() && false === $auth->authenticate($auth->getVal('username'), $frm['oldpassword'])) {
    5151        $fv->addError('oldpassword', _("Your <strong>Old password</strong> failed authentication."));
Note: See TracChangeset for help on using the changeset viewer.