mirror of
https://github.com/dducret/kopano-webapp-passwd
synced 2026-08-06 07:23:11 +02:00
Improved UI, added password strength meter, frontend checks and an password change icon.
This commit is contained in:
parent
ceebc4174e
commit
33d35759a3
11 changed files with 281 additions and 185 deletions
|
|
@ -19,11 +19,14 @@ Zarafa.plugins.passwd.settings.SettingsPasswdCategory = Ext.extend(Zarafa.settin
|
|||
Ext.applyIf(config, {
|
||||
title : dgettext("plugin_passwd", 'Change Password'),
|
||||
categoryIndex : 9997,
|
||||
iconCls : 'zarafa-settings-category-passwd',
|
||||
xtype : 'zarafa.settingspasswdcategory',
|
||||
items : [{
|
||||
xtype : 'zarafa.settingspasswdwidget',
|
||||
settingsContext : config.settingsContext
|
||||
}]
|
||||
},
|
||||
container.populateInsertionPoint('context.settings.category.passwd', this)
|
||||
]
|
||||
});
|
||||
|
||||
Zarafa.plugins.passwd.settings.SettingsPasswdCategory.superclass.constructor.call(this, config);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue