Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
customization simpleSAMLphp
Commits
663b4b1e
Commit
663b4b1e
authored
5 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
Update selectsource.tpl.php, added Benutzerkonto
parent
82b34d79
master
knopkiwg-master-patch-25739
2 merge requests
!57
Knopkiwg master patch 25739
,
!24
Update selectsource.tpl.php, added Benutzerkonto
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mymodule/templates/selectsource.tpl.php
+2
-2
mymodule/templates/selectsource.tpl.php
with
2 additions
and
2 deletions
+2
-2
mymodule/templates/selectsource.tpl.php
+
2
-
2
View file @
663b4b1e
...
...
@@ -3,9 +3,9 @@ $this->data['header'] = $this->t('{multiauth:multiauth:select_source_header}');
$this
->
includeAtTemplateBase
(
'includes/header.php'
);
?>
<h2>
<?php
echo
'
Identity Provider
auswählen'
?>
</h2>
<h2>
<?php
echo
'
Benutzerkonto
auswählen'
?>
</h2>
<p>
<?php
echo
'Bitte wählen Sie ei
enn Identity-Provider
aus, mit dem Sie sich authentifi
i
zieren wollen:'
?>
</p>
<p>
<?php
echo
'Bitte wählen Sie ei
n Benutzerkonto
aus, mit dem Sie sich authentifizieren wollen:'
?>
</p>
<form
action=
"/idp/module.php/multiauth/selectsource.php"
method=
"get"
>
<input
type=
"hidden"
name=
"AuthState"
value=
"
<?php
echo
htmlspecialchars
(
$this
->
data
[
'authstate'
]);
?>
"
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets