Skip to content
Snippets Groups Projects
Verified Commit d05a2a61 authored by Till Glöggler's avatar Till Glöggler
Browse files

use correct user_id...

parent 5f4de126
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,6 @@ REPLACE INTO `oc_workflow_config` (`id`, `config_id`, `used_for`, `workflow_id`) ...@@ -71,6 +71,6 @@ REPLACE INTO `oc_workflow_config` (`id`, `config_id`, `used_for`, `workflow_id`)
(5, 1, 'subtitles', 9); (5, 1, 'subtitles', 9);
REPLACE INTO `auth_user_md5` (`user_id`, `username`, `password`, `perms`, `Vorname`, `Nachname`, `Email`, `validation_key`, `auth_plugin`, `locked`, `lock_comment`, `locked_by`, `visible`) VALUES REPLACE INTO `auth_user_md5` (`user_id`, `username`, `password`, `perms`, `Vorname`, `Nachname`, `Email`, `validation_key`, `auth_plugin`, `locked`, `lock_comment`, `locked_by`, `visible`) VALUES
('e7a0a84b161f3e8c09b4a0a2e8a58147', 'simple_autor', UNHEX('2432612430382437614E434250676A4D535039426F666B684B4D4252754A32564F5164324D6E616E726E57782F4469627A5547462F416D3248654436'), 'autor', 'Testaccount', 'Simple Autor', 'autor@studip.de', '', 'standard', 0, NULL, NULL, 'yes'); ('5a172f64fc40b821e88a4062302e74bb%', 'simple_autor', UNHEX('2432612430382437614E434250676A4D535039426F666B684B4D4252754A32564F5164324D6E616E726E57782F4469627A5547462F416D3248654436'), 'autor', 'Testaccount', 'Simple Autor', 'autor@studip.de', '', 'standard', 0, NULL, NULL, 'yes');
SET FOREIGN_KEY_CHECKS=1; SET FOREIGN_KEY_CHECKS=1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment