Changeset 13
- Timestamp:
- 07/06/06 10:23:11 (2 years ago)
- Files:
-
- trunk/apps/snippets/modules/user/validate/add.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/snippets/modules/user/validate/add.yml
r2 r13 38 38 class: SnippetUser 39 39 column: login 40 unique_error: A user with this login already exists. Please choose a falsether.40 unique_error: A user with this login already exists. Please choose another login. 41 41 42 42 comparePasswordValidator: … … 44 44 param: 45 45 check: password 46 compare_error: The second password doesn t match the first one46 compare_error: 'The second password doesn''t match the first one' 47 47 48 48 emailValidator:
