widgets/SecurePass.js
[Pman.Core] / widgets / SecurePass.js
index cf76765..fee816f 100644 (file)
@@ -20,18 +20,4 @@ Ext.form.SecurePass = function(config) {
 }
 
 Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
-       /**
-        * @cfg {String/Object} errors A Error spec, or true for a default spec (defaults to
-        * {
-        *  PwdEmpty: "Please type a password, and then retype it to confirm.",
-        *  PwdShort: "Your password must be at least 6 characters long. Please type a different password.",
-        *  PwdLong: "Your password can't contain more than 16 characters. Please type a different password.",
-        *  PwdBadChar: "The password contains characters that aren't allowed. Please type a different password.",
-        *  IDInPwd: "Your password can't include the part of your ID. Please type a different password.",
-        *  FNInPwd: "Your password can't contain your first name. Please type a different password.",
-        *  LNInPwd: "Your password can't contain your last name. Please type a different password."
-        * })
-        */
-       // private
-       
 })
\ No newline at end of file