1
0
Fork 0
mirror of https://github.com/silentsakky/zarafa-webapp-passwd synced 2026-07-27 18:41:08 +02:00

- move password checking to client side

- add flag to enable/disable strict password checking
 - use entryptionstore to store/retrieve passwords
 - remove builds directory, we will be maintaining builds using release versions
 - update documentation
This commit is contained in:
Saket Patel 2017-07-03 00:12:45 +05:30
commit a9549464e9
13 changed files with 103 additions and 126 deletions

View file

@ -62,7 +62,8 @@ Ext.ux.form.field.PasswordMeter = Ext.extend(Ext.form.TextField, {
var width = this.getEl().getWidth();
this.strengthMeterID = newID = Ext.id();
var newID = Ext.id();
this.strengthMeterID = newID;
this.scoreBarID = Ext.id();
var objMeter = Ext.DomHelper.insertAfter(this.getEl(), {
tag: "div",