Actions
Defect #4991
closedvarchar(30) for login is too short when login=email (ldap typical usage)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Database
Target version:
-
Start date:
2010-03-05
Due date:
% Done:
0%
Estimated time:
1.00 h
Resolution:
Duplicate
Affected version:
Description
Hi there,
I use redmine with a LDAP authentification. The login is the email address (very classic). But I have some users with long email addresses, that exceed 30 chars. They cannot use my system...
I see that in ./app/models/user.rb :
validates_length_of :login, :maximum => 30
I think it would be better to put the same lenght as mail : 60.
Thanks.
Files
Related issues
Actions