Opened 13 years ago
Closed 13 years ago
#6171 closed bug (invalid)
code for password strength
Reported by: | Manisha | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4 | |
Component: | unfiled | Version: | 1.4.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
there are three steps for registering, first page shows jquery when type some password shows its strength but when after posting some data in step 1 I goes to step 2 it doesn't work i.e. the jquery foe password strength.
i don't know whta to do.
i have below code in <head> section
$(document).ready(function() {
$("#test").click(function() { }); ADVANCED $(".password_adv").passStrength({
shortPass: "top_shortPass", badPass: "top_badPass", goodPass: "top_goodPass", strongPass: "top_strongPass", baseStyle: "top_testresult", userid: "#user_id_adv", messageloc: 1, ShortMsg: "Too Short Yaar-", BadMsg: "Weak Hai Yaar-", GoodMsg: "Good Hai Yaar-", StrongMsg: "Strong, Well Done!!!!-", SamePass: "Username and Password identical.*-"
});
and used below code in page
<INPUT class=password_adv id=ctl00_mainleftcontent_TextBox2 value=" " name=ctl00$mainleftcontent$TextBox2>
all the steps are exists in single page only
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | password_strength_plugin.js added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not the right venue for support or bug requests like this one. Please take your support request to forum.jquery.com. This ticket should be marked as invalid.