You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,16 @@
2
2
All notable changes to this project will be documented in this file.
3
3
4
4
## [Unreleased]
5
+
[Added]
6
+
- Added new atribute in PerunIdentity process filter with list of Services identifier's for which we don't want to show page with information, that the user will be redirected to other page
7
+
5
8
[Changed]
6
9
- Changed design of ListOfSps
10
+
- Changed the texts and visual form of pages: perun_identity_choose_vo_and_group.php and unauthorized_access_go_to_registration.php
11
+
12
+
[Fixed]
13
+
- Fixed resend SPMetadata from request to unauthorized-access-go-to-registration page
Copy file name to clipboardExpand all lines: dictionaries/perun.definition.json
+21-9Lines changed: 21 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
{
2
-
"choose-vo-and-group-tpl_header": {
3
-
"en": "Access forbidden",
4
-
"cs": "Přístup odepřen"
2
+
"choose-vo-and-group-tpl_header-part1": {
3
+
"en": "Access to the service ",
4
+
"cs": "Přístup ke službě "
5
5
},
6
-
"choose-vo-and-group-tpl_text": {
7
-
"en": "You don't meet the prerequisites for accessing the service: ",
8
-
"cs": "Nesplňujete prerekvizity pro přístup ke službě: "
6
+
"choose-vo-and-group-tpl_header-part2": {
7
+
"en": " has been forbidden",
8
+
"cs": " byl zamítnut"
9
9
},
10
10
"choose-vo-and-group-tpl_message": {
11
11
"en": "To access the service it is necessary to have a valid membership in one of the following groups. Please proceed with selection of organization and group for registration.",
12
-
"cs": "Pro získání přístupu k dané službě je nutné se zaregistrovat do jedné z následujících skupin. Pokračujte výběrem příslušné organizace a skupiny."
12
+
"cs": "Pro získání přístupu k dané službě je nutné být členem jedné z následujících skupin. Pokračujte výběrem příslušné organizace a skupiny."
13
13
},
14
14
"choose-vo-and-group-tpl_select-vo": {
15
15
"en": "Select virtual organization for registration: ",
@@ -20,8 +20,20 @@
20
20
"cs": "Vyberte skupinu pro registraci: "
21
21
},
22
22
"choose-vo-and-group-tpl_continue": {
23
-
"en": "Continue",
24
-
"cs": "Pokračovat"
23
+
"en": "Continue to the registration page for selected group",
24
+
"cs": "Pokračovat na registrační stránku do vybrané skupiny"
25
+
},
26
+
"go-to-registration_header1" : {
27
+
"en": "Your activity is necessary to access the ",
28
+
"cs": "Pro přístup ke službě "
29
+
},
30
+
"go-to-registration_header2" : {
31
+
"en": " service",
32
+
"cs": " je vyžadována Vaše aktivita"
33
+
},
34
+
"go-to-registration_continue" : {
35
+
"en": "Continue to a page with additional information",
36
+
"cs": "Pokračovat na stránku s doplňujícími informacemi"
0 commit comments