Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
user.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2006 at 15:37 UTC
Updated:
8 Jan 2007 at 10:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
forngren commentedThe patch works fine expect a few small issues.
1) A small offset from current head
2) I removed the max lengths properity of the forms and submited two long strings in both fields, but it only said that the user field was to long. (Is it the FAPI that's causing this?)
Comment #2
ChrisKennedy commentedRe-rolled against HEAD.
@forngren - yes, at the moment there is no explicit check of the password length outside of the #maxlength setting. The point of #maxlength is more to improve the UI.
Comment #3
ChrisKennedy commentedOkay I made a separate issue and patch to have fapi validate #maxlength: http://drupal.org/node/104598
Comment #4
forngren commentedWorks like a charm.
Comment #5
drummCommitted to HEAD.
Comment #6
(not verified) commented