aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-15 15:30:52 -0700
committerredmatrix <git@macgirvin.com>2016-07-15 15:30:52 -0700
commitacb78205c8d2f1ada41e61783a7b421200e2658b (patch)
treeec6e53ae9a318c9c4673993fea2d789c95b9ac40 /boot.php
parentdcb3c2c299057467105200e298a03d7b2ee072e8 (diff)
downloadvolse-hubzilla-acb78205c8d2f1ada41e61783a7b421200e2658b.tar.gz
volse-hubzilla-acb78205c8d2f1ada41e61783a7b421200e2658b.tar.bz2
volse-hubzilla-acb78205c8d2f1ada41e61783a7b421200e2658b.zip
login isn't always your email.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 6abc4137e..f0d82e28d 100755
--- a/boot.php
+++ b/boot.php
@@ -1703,7 +1703,7 @@ function login($register = false, $form_id = 'main-login', $hiddens=false) {
'$logout' => t('Logout'),
'$login' => t('Login'),
'$form_id' => $form_id,
- '$lname' => array('username', t('Email') , '', ''),
+ '$lname' => array('username', t('Login/Email') , '', ''),
'$lpassword' => array('password', t('Password'), '', ''),
'$remember_me' => array('remember_me', t('Remember me'), '', '',array(t('No'),t('Yes'))),
'$hiddens' => $hiddens,