| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
#60907, better patch by Zen and dww
|
|
|
|
| |
#60907, don't use t() during user submit, neede for external auth, patch by Moshe
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Steven
|
| |
|
| |
|
| |
|
|
|
|
| |
patch by frjo
|
| |
|
| |
|
|
|
|
| |
"", patch by Cvbge
|
|
|
|
| |
issue, patch by Steven and merlinofchaos
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
where I felt that sortign by weight would be wanted.
We can discuss those on the issue. Patch by chx.
|
|
|
|
| |
wtanaka
|
| |
|
| |
|
| |
|
|
|
|
| |
(Today's critical bugfix #4.))
|
| |
|
|
|
|
| |
mangled.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
|
|
|
| |
deleted after editing user account.
|
| |
|
| |
|
|
|
|
| |
properly initialized.
|
| |
|
| |
|
|
|
|
| |
adequate feedback to user errors.
|
|
|
|
| |
items correctly + CSS cleanup + form handling cleanup.
|
| |
|