Development

Changeset 12052

You must first sign up to be able to contribute.

Changeset 12052

Show
Ignore:
Timestamp:
10/07/08 20:24:24 (2 months ago)
Author:
Nathan.Vonnahme
Message:

visibiliize errors on signin form

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/bhLDAPAuthPlugin/trunk/modules/bhLDAPAuth/templates/signinSuccess.php

    r11867 r12052  
    1313    <tr> 
    1414      <th><label for="signin_username">Active Directory username</label></th> 
    15       <td><?php echo $form['username']->render() ?> 
     15      <td> 
     16<?php echo $form['username']->renderError()  ?> 
     17<?php echo $form['username']->render() ?> 
    1618<?php echo $LDAP_config['adLDAP']['account_suffix'] ;  ?></td> 
    1719        </tr>