Skip to content
Snippets Groups Projects
Commit e73725ba authored by Christopher Smith's avatar Christopher Smith
Browse files

IMPROVEMENT: remove generated password from import failure data

parent 32087ed0
No related branches found
No related tags found
No related merge requests found
......@@ -867,6 +867,7 @@ class admin_plugin_usermanager extends DokuWiki_Admin_Plugin {
$import_success_count++;
} else {
$import_fail_count++;
array_splice($raw, 1, 1); // remove the spliced in password
$this->_import_failures[$line] = array('error' => $error, 'user' => $raw, 'orig' => $csv);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment