Actions
Defect #2200
closederror if registe a new user with too short password
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Accounts / authentication
Target version:
-
Start date:
2008-11-16
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
If I register a new user with very short password, I will get the error:
ActionView::TemplateError (Translation value "is too short (minimum is %d characters)" with arguments [] caused error 'too few arguments') on line #4 of account/register.rhtml: 1: <h2><%=l(:label_register)%></h2> 2: 3: <% form_tag({:action => 'register'}, :class => "tabular") do %> 4: <%= error_messages_for 'user' %> 5: 6: <div class="box"> 7: <!--[form:user]-->
my ./script/about
. I am using svn version of Redmine
Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.2.0 Rails version 2.1.1 Active Record version 2.1.1 Action Pack version 2.1.1 Active Resource version 2.1.1 Action Mailer version 2.1.1 Active Support version 2.1.1 Edge Rails revision unknown Application root /home/sites/redmine Environment development Database adapter mysql Database schema version 20081107110312
Actions