Update 1.0.83

This commit is contained in:
ultimatemember
2015-03-12 18:22:29 +02:00
parent f8ed8f0208
commit 506593f409
22 changed files with 322 additions and 29 deletions
+10
View File
@@ -98,6 +98,16 @@ $this->sections[] = array(
'off' => __('No','ultimatemember'),
),
array(
'id' => 'reset_require_strongpass',
'type' => 'switch',
'title' => __( 'Require a strong password? (when user resets password only)','ultimatemember' ),
'default' => 0,
'desc' => __('Enable or disable a strong password rules on password reset and change procedure','ultimatemember'),
'on' => __('On','ultimatemember'),
'off' => __('Off','ultimatemember'),
),
)
);