Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 56c063e

Browse files
Merge pull request #50 from vyskocilpavel/privacyidea_template
feat: new template for privacyIDEA included from module Perun
2 parents 7d77327 + 8f9a8ec commit 56c063e

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@
1717
"require": {
1818
"simplesamlphp/composer-module-installer": "~1.0",
1919
"simplesamlphp/simplesamlphp": "~1.17",
20-
"cesnet/simplesamlphp-module-perun": ">=6.0",
20+
"cesnet/simplesamlphp-module-perun": ">=8.0",
2121
"ext-json": "*",
2222
"ext-curl": "*"
2323
},
2424
"require-dev": {
2525
"symplify/easy-coding-standard": "^10.0"
26+
},
27+
"suggest": {
28+
"cesnet/simplesamlphp-module-privacyidea": "included privacyIDEA template is for this module"
2629
}
2730
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
use SimpleSAML\Module;
6+
7+
include Module::getModuleDir('perun') . '/themes/perun/privacyidea/LoginForm.php';
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
use SimpleSAML\Module;
6+
7+
include Module::getModuleDir('perun') . '/themes/perun/privacyidea/LoginForm.php';

0 commit comments

Comments
 (0)