Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-perunauthorize
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-perunauthorize
Merge requests
!10
WIP: Changes in access forbidden pages
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Changes in access forbidden pages
github/fork/vyskocilpavel/perunauthorize_custom
into
main
Overview
2
Commits
3
Pipelines
0
Changes
6
Closed
Pavel Vyskočil
requested to merge
github/fork/vyskocilpavel/perunauthorize_custom
into
main
5 years ago
Overview
2
Commits
3
Pipelines
0
Changes
6
Expand
Change syntax in CHANGELOG.md
Added new Access forbidden page with custom header and text
Load style from *.css files instead of inline css
Edited
2 years ago
by
Pavel Břoušek
0
0
Merge request reports
Compare
main
version 2
d980675e
2 years ago
version 1
d980675e
2 years ago
main (base)
and
latest version
latest version
d980675e
3 commits,
2 years ago
version 2
d980675e
3 commits,
2 years ago
version 1
d980675e
3 commits,
2 years ago
6 files
+
110
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
dictionaries/Perunauthorize.definition.json
+
16
−
0
Options
@@ -26,5 +26,21 @@
"403_subject"
:
{
"en"
:
"Problem with login to service: "
,
"cs"
:
"Problém s přihlášením ke službě: "
},
"403_custom_default_header"
:
{
"en"
:
"Access denied"
,
"cs"
:
"Přístup zamítnut"
},
"403_custom_default_text"
:
{
"en"
:
"You don't meet the prerequisites for accessing the service."
,
"cs"
:
"Nesplňujete prerekvizity pro přístup ke službě."
},
"403_custom_contact_us"
:
{
"en"
:
"In case of any questions, do not hesitate to contact us "
,
"cs"
:
"V případě nejasností nás kontaktujte na "
},
"here"
:
{
"en"
:
"here."
,
"cs"
:
"zde."
}
}
Loading