diff --git a/mojotrollz/sql/mysql/system_text.sql b/mojotrollz/sql/mysql/system_text.sql index b82c7e6..6d9f686 100644 --- a/mojotrollz/sql/mysql/system_text.sql +++ b/mojotrollz/sql/mysql/system_text.sql @@ -88,4 +88,6 @@ INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_ INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('webcraft_impressum', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('webcraft_impressum', 'webcraft'); -INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'mojotrollz'); \ No newline at end of file +INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'mojotrollz'); +INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_username', 'mojotrollz'); +INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_password', 'mojotrollz'); \ No newline at end of file