Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I found the solution, corrected the sources:
(redmine 3.4.4)
in the file /redmine/app/models/user.rb
correct line 111:
this is:
validates_format_of :login, :with => /\A[a-z0-9_\[email protected] \.]*\z/i
replace with this:
validates_format_of :login, :with => /[a-zA-YaeЁa-zA-Z0-9_\[email protected]\.]*/i
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question