diff --git a/mymodule/themes/fancytheme/core/loginuserpass.php b/mymodule/themes/fancytheme/core/loginuserpass.php deleted file mode 100644 index 0e4b87fb061d4952cfdb04bbba207b7334652679..0000000000000000000000000000000000000000 --- a/mymodule/themes/fancytheme/core/loginuserpass.php +++ /dev/null @@ -1,82 +0,0 @@ -data['header'] = $this->t('{login:user_pass_header}'); - -if (strlen($this->data['username']) > 0) { - $this->data['autofocus'] = 'password'; -} else { - $this->data['autofocus'] = 'username'; -} -$this->includeAtTemplateBase('includes/header.php'); -?> -
- t( - $this->data['errorcodes']['title'][$this->data['errorcode']], - $this->data['errorparams'] - ) - ); - ?> -
-- t( - $this->data['errorcodes']['descr'][$this->data['errorcode']], - $this->data['errorparams'] - ) - ); - ?> -
-Bitte wählen Sie ein Benutzerkonto aus, mit dem Sie sich authentifizieren wollen:
+ + +{% endblock %} +