Open ghost opened 10 years ago
The current TAG_SCAN_REGEX does not cover all username cases
Here is the current validation from redmine-2.5.2/app/models/users.rb
redmine-2.5.2/app/models/users.rb
validates_format_of :login, :with => /\A[a-z0-9_\-@\.]*\z/i
So a username like foo.foo would not be parsed
foo.foo
The current TAG_SCAN_REGEX does not cover all username cases
Here is the current validation from
redmine-2.5.2/app/models/users.rb
So a username like
foo.foo
would not be parsed