[Rt-commit] r15952 - in rt/branches/3.999-DANGEROUS: lib/RT
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Sep 12 12:25:00 EDT 2008
Author: sunnavy
Date: Fri Sep 12 12:25:00 2008
New Revision: 15952
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/lib/RT/View.pm
Log:
r16680 at sunnavys-mb: sunnavy | 2008-09-13 00:23:00 +0800
we can use username in login now
Modified: rt/branches/3.999-DANGEROUS/lib/RT/View.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/View.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/View.pm Fri Sep 12 12:25:00 2008
@@ -73,7 +73,7 @@
div {
attr { id => 'login-box' };
Jifty->web->form->start( call => $next );
- render_param( $action, 'email', focus => 1 );
+ render_param( $action, 'username', focus => 1 );
render_param( $action, $_ ) for (qw(password remember));
form_return( label => _(q{Login}), submit => $action );
Jifty->web->form->end();
More information about the Rt-commit
mailing list