Tip
Install this addon with
1 |
ember install ember-cli-password-strength |
Then simply create a computed property to calculate the strength of your password:
1 2 3 4 5 |
import strength from 'password-strength'; ... strength: computed('password', function () { return strength(this.get('password')); }) |
Credits & Links
ember-cli-password-strength add-on at https://github.com/elwayman02/ember-cli-password-strength
Demo at http://github.jhawk.co/ember-cli-password-strength/
Free Programming Books and lifetime access to IconApp.io
I am giving away some programming books and lifetime access to iconapp.io library of awesome icons. Check it out at https://gleam.io/XqHjW/rock-and-roll-with-emberjs
Share A Tip
Email me at emad@emberdaily.tips if you have a good ember tip.
If you are enjoying my daily tips please spread the word with this one-click tweet.
If you do NOT like the tips then please reply to this email and let me know how I can improve them.