برای این ساعت از سایت بیست اسکریپت ,اسکریپت بسیار کاربردی و بسیار زیبای قرار دادیم که می توانید در قسمت عضویت سایت به کاربران نشان دهید امنیت پسوردشان در چه سطحی است این اسکریپت را توسط بیست اسکریپت برای شما دوستان آماده دانلود کرده ایم + آموزش انگلیسی آن و کد ها و توابع مورد نیاز
طریقه استفاده :
:Basic Usage
. Load the CDN hosted Twitter’s Bootstrap CSS in the head of your page
<link rel="stylesheet" media="screen" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" />
Markup html structure
<form> <div class="form-group"> <input type="text" id="username" class="form-control" /> <input type="password" id="password" class="form-control" /> </div> </form>
Load the latest jQuery javascript library and jQuery Pwstrength plugin at the end of your page
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="pwstrength.js"></script>
Initialize the plugin with options.
<script type="text/javascript"> jQuery(document).ready(function () { "use strict"; var options = { minChar: 8, bootstrap3: true, }; $(':password').pwstrength(options); }); </script>
All the options.
<script type="text/javascript"> jQuery(document).ready(function () { "use strict"; var options = { minChar: 8, bootstrap3: false, errorMessages: { password_too_short: "<font color='red'>The Password is too short</font>", same_as_username: "Your password cannot be the same as your username" }, scores: [17, 26, 40, 50], verdicts: ["Weak", "Normal", "Medium", "Strong", "Very Strong"], showVerdicts: true, showVerdictsInitially: false, raisePower: 1.4, usernameField: "#username", }; $(':password').pwstrength(options); }); </script>
Change log:
v1.0.0 (2013-12-24)
- Complete refactor of the code. This is a cleaner version, easier to extend and mantain.
- Broke backwards compatibility. Bootstrap 3 is the default option now, other options default values have changed. Options structure has changed too.
- Old tests have been renamed to examples, which is what they really are. Leave room for real tests.
v0.4.6 (2013-12-17)
- Support popovers in Bootstrap 2 too
- Remove showVerdictsInitially option.
v0.4.5 (2013-12-07)
- Fix error message when the password contains the username.
- Check if the password is an email, and mark as weak.
- Add a container option, it will be used to look for the viewports.
حجم ، تعداد و فرمت فايل ها :50 کیلوبایت ، — فايل با فرمت Zip
رمز فايل :www.20script.ir
دمو :demo
دانلود فايل از سرور بيست اسکريپت
- مشکلی دارید؟ جواب خود را در پست فروم بگیرید
- منبع : بیست اسکریپت لطفا رعایت کنید