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'); -?> -
-
-
-
-
-
- -data['errorcode'] !== null) { -?> -
- - -

t('{login:error_header}'); ?>

- -

- t( - $this->data['errorcodes']['title'][$this->data['errorcode']], - $this->data['errorparams'] - ) - ); - ?> -

-

- t( - $this->data['errorcodes']['descr'][$this->data['errorcode']], - $this->data['errorparams'] - ) - ); - ?> -

-
- - -
-
-

Login Form

-
- -
- -
- -
Passwort vergessen? - - - data['stateparams'] as $name => $value) { - echo ''; - } - ?> -
-
-
-data['links'])) { - echo ''; -} - -$this->includeAtTemplateBase('includes/footer.php'); - diff --git a/mymodule/themes/fancytheme/multiauth/selectsource.twig b/mymodule/themes/fancytheme/multiauth/selectsource.twig new file mode 100644 index 0000000000000000000000000000000000000000..eb9bd920188922e1a2150ad674f5a661f8e21466 --- /dev/null +++ b/mymodule/themes/fancytheme/multiauth/selectsource.twig @@ -0,0 +1,25 @@ + GNU nano 4.8 selectsource.twig +{% set pagetitle = '{multiauth:multiauth:select_source_header}'|trans %} +{% extends "base.twig" %} + +{% block content %} +

Benutzerkonto auswählen

+

Bitte wählen Sie ein Benutzerkonto aus, mit dem Sie sich authentifizieren wollen:

+ +
+ + +
+{% endblock %} +