Actions
Defect #1426
closedUser model does not allow person's first name to contain a dot '.'
Start date:
2008-06-11
Due date:
% Done:
100%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Our LDAP server contains usernames like "J.R. Ewing" and "J. Emmet Smith". These fail to be allowed to log in to Redmine.
Fix is simple,
validates_format_of :firstname, :lastname, :with => /^[\w\s\'\-\.]*$/i
in app/models/user.rb
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r1561.
Updated by Jean-Philippe Lang over 16 years ago
- Target version set to 0.7.3
- Resolution set to Fixed
Actions