Defect #2719
closedIncrease username length limit from 30 to 60
0%
Description
We use LDAP authorization and our logins consist of firstname.lastname.companyname.
As result, we faced problem with registering new users within Redmine.
Could you please increase username lenght limit to 60 or more?
Files
Related issues
Updated by Enderson Maia almost 16 years ago
- File 0001-Fixes-2719.patch 0001-Fixes-2719.patch added
Added a patch that fixes it on 0.8-stable
Updated by Alexander Pavlov almost 16 years ago
Enderson Maia wrote:
Added a patch that fixes it on 0.8-stable
Thank you, Enderson!
Updated by Ludovic Gasc over 14 years ago
+1 for this feature, it's useful if the e-mail = login.
The patch seems to work correctly on the 0.9 branch.
Updated by Jens Peter Kempkes over 14 years ago
working on 0.9.3 stable I saw this issue. When will this patch be merge into the stable branch?
Updated by Enderson Maia over 14 years ago
My http://github.com/enderson/redmine has this patch applyed, I think it could be easily merged into trunk.
Updated by Etienne Massip almost 14 years ago
- Target version set to Candidate for next major release
Updated by Cheyenne Wills almost 14 years ago
If possible, could this be bumped into a "sooner" release?? (if not I assume the above patch will work against the current stable).
Thanks
Updated by Bruno Bigras about 13 years ago
Here's an updated quilt version of the patch that I'm using with the Ubuntu package from the PPA.
I had to change "ChangeUserNameLimit" to "ChangeUserLoginLimit" to match the file name for the migration to works.
Updated by James Birmingham about 13 years ago
This has taken a long time to be resolved, their is also #4991.
Can we be sure that when this does get added into a release that the database schema is also updated as the constraint is present there also, which the above patch seems to miss.
Updated by James Birmingham about 13 years ago
Can we get the priority raised on this, as it is a blocking issue for users we legacy accounts to integrate with Redmine.
Updated by Jean-Philippe Lang almost 13 years ago
- Due date deleted (
2010-09-21) - Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next major release to 1.4.0
- Resolution set to Fixed
Change done in r8778. Username and email address can now be 60 characters long.
Updated by Go MAEDA over 2 years ago
- Related to Feature #36825: Increase email address length limit from 60 to 254 added