Changeset 8968
- Timestamp:
- Nov 5, 2008, 3:06:50 PM (14 years ago)
- Location:
- OpenPNE/branches/stable-2.10.x/webapp/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/modules/admin/validate/do/insert_c_admin_user.ini
r8965 r8968 6 6 required = 1 7 7 caption = "アカウント名" 8 type_error = "アカウント名は4~30文字の半角英数字、記号(アンダーバー「_」、ハイフン「-」)で入力してください" 8 9 9 10 [password] -
OpenPNE/branches/stable-2.10.x/webapp/modules/setup/validate/do/setup.ini
r8965 r8968 27 27 [admin_username] 28 28 type = "regexp" 29 regexp = "/^[a-zA-Z0-9]+$/i" 29 regexp = "/^[a-z0-9][a-z0-9\-_]+[a-z0-9]$/i" 30 min = 4 31 max = 30 30 32 required = 1 31 33 caption = "管理用アカウント名" 34 type_error = "管理用アカウント名は4~30文字の半角英数字、記号(アンダーバー「_」、ハイフン「-」)で入力してください" 32 35 33 36 [admin_password]
Note: See TracChangeset
for help on using the changeset viewer.