Defect #7
bad user submission returns application error.
| Status: | Closed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
Description
When I tried to add New User with bad form(password less than 4 characters),
I got this error:
----
GLoc::InvalidKeyError in Users#add
Showing app/views/users/_form.rhtml where line #1 raised:
Symbol or String expected as key.
----
I found this part received "activerecord_error_too_short4" symbol.
(and guess it can't found that key at language.yml file.)
my environment:
trunk version of redMine on Windows
sqlite3 with load_default_data