Vote #64638
完了Increase username length limit from 30 to 60
0%
説明
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?
journals
Added a patch that fixes it on 0.8-stable
--------------------------------------------------------------------------------
Enderson Maia wrote:
> Added a patch that fixes it on 0.8-stable
Thank you, Enderson!
--------------------------------------------------------------------------------
+1 for this feature, it's useful if the e-mail = login.
The patch seems to work correctly on the 0.9 branch.
--------------------------------------------------------------------------------
working on 0.9.3 stable I saw this issue. When will this patch be merge into the stable branch?
--------------------------------------------------------------------------------
My http://github.com/enderson/redmine has this patch applyed, I think it could be easily merged into trunk.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
If possible, could this be bumped into a "sooner" release?? (if not I assume the above patch will work against the current stable).
Thanks
--------------------------------------------------------------------------------
bump, i also need it!
--------------------------------------------------------------------------------
Upvote.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
Can we get the priority raised on this, as it is a blocking issue for users we legacy accounts to integrate with Redmine.
--------------------------------------------------------------------------------
Change done in r8778. Username and email address can now be 60 characters long.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,8450,redmine:email:receive_imap fails silently when creating an account where login is too long
relates,Closed,36825,Increase email address length limit from 60 to 254
duplicates,Closed,4991,varchar(30) for login is too short when login=email (ldap typical usage)
precedes,Closed,6446,Remove length limits on project identifier and name
Admin Redmine さんが3年以上前に更新
- カテゴリ を Accounts / authentication_7 にセット
- 対象バージョン を 1.4.0_40 にセット