Posted by BottOm on April 10, 2009 at 11:27am
Jump to:
| Project: | Delicious |
| Version: | 6.x-1.2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
A client of us wants to have delicious links and provided us with a username which is longer than 24 characters.
When creating a delicious account the username may be maximum 63 characters.
Comments
#1
#2
In delicious.module,
replace line 403,
'#maxlength' => 24,with desired number of characters#3