Closed (duplicate)
Project:
LoginToboggan
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
1 Mar 2011 at 17:39 UTC
Updated:
8 May 2011 at 14:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
stevecowie commentedSee the attached patch file to add a password length description in addition to the existing description about entering password twice.
Comment #2
hunmonk commentedthe code in the patch is inconsistent with it's sister code in logintoboggan_form_user_register_form_alter(). these should be handled the same way. in fact, it should probably be abstracted into a helper function.
Comment #3
stevecowie commentedOK, I'll check out the logintoboggan_form_user_register_form_alter() in the first instance to produce a consistent patch, and then put together a helper function once it's consistent.
Comment #4
steveparks commentedHere's a patch abstracting the code to display the message, and then calling that helper function from both form_alter functions.
However, please also see:
#1142808: Minimum Password Length displayed conflicts with core message
Comment #5
steveparks commentedMoving this into the general work on minimum password length in this issue:
#1142808: Minimum Password Length displayed conflicts with core message
Please ignore the patch above.