| Topic Text | Topic Comments (0) | Topic Properties | Topic Information | test@tes... | ||||
| Topic title: test | Wednesday April 21, 2010 15:24:25 |
Download topic text | View in variable-width font | Tab width set to 8 (change to 4)
[Add General Comment] to topic.
| File Web.Security/WebContent/webresource/security/scripts/SecurityUserManager.js (Revision 6018) | [Add File Comment] [<<] [Top] [>>] |
| Line 963 | Parallel | Line 963 | Parallel | ||
| 963 | focus_field = thisForm.password; | 963 | focus_field = thisForm.password; |
| 964 | } | 964 | } |
| 965 | } | 965 | } |
| 966 | temp_error = validateConfirmPassword(thisForm.password.value, thisForm.confirmPassword.value, userManagementLocale.getText("security.userManagement.addUser.confirmPassword"), true); | 966 | temp_error = validateConfirmPassword(thisForm.password.value, thisForm.confirmPassword.value, userManagementLocale.getText("security.userManagement.message.confirmPassword"), true); |
| 967 | if(temp_error != null) | 967 | if(temp_error != null) |
| 968 | { | 968 | { |
| 969 | error_mess += temp_error + "\n"; | 969 | error_mess += temp_error + "\n"; |
| File Web.Security/WebContent/webresource/security/scripts/SecurityUserManager.js (Revision 6018) | [Add File Comment] [<<] [Top] [>>] |
| Legend: | |
| Removed | |
| Changed | |
| Added | |
[Add General Comment] to topic.