summaryrefslogtreecommitdiff
path: root/database
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-02-10 05:46:39 +0000
committerDries Buytaert <dries@buytaert.net>2006-02-10 05:46:39 +0000
commit21eb666a9b9cc926b7e44fd988028ce64c469846 (patch)
treeefc318ce4a8b88df90e213bc9c43ba7c85721668 /database
parent37ec1bca84d313627920bce759d1ad8f2b71db20 (diff)
downloadbrdo-21eb666a9b9cc926b7e44fd988028ce64c469846.tar.gz
brdo-21eb666a9b9cc926b7e44fd988028ce64c469846.tar.bz2
- Patch #11031 by Zen:
* Makes the user login and password fields in the login _block_ required. * Uses just if ($form['name']) rather than if (isset($form['name']) && $form['name']). AFAIK, using both is unnecessary with the form API. * Changes maxlength for usernames to 60 which is the (rather odd) database value. The maxlength fields at present don't accomodate affiliate logins with extra long usernames/domains, but I've left that issue alone for now. * Removes all instances of maxlength for password. They were a)not being applied with any degree of consistency, and b)unnecessary as only the hash is stored. * Corrects an e-mail address maxlength from 55 to 64. * unset() accepts more than one variable.
Diffstat (limited to 'database')
0 files changed, 0 insertions, 0 deletions