|
|
@@ -63,7 +63,7 @@ $(document).ready(function() {
|
|
|
},
|
|
|
regexp: {
|
|
|
regexp: /^[a-zA-Z0-9_\.]+$/,
|
|
|
- message: 'The username can only consist of alphabetical, number and underscore'
|
|
|
+ message: 'The username can only consist of alphabetical, number, dot and underscore'
|
|
|
}
|
|
|
}
|
|
|
},
|