Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
gredu_labs
Commits
225b1ac3
Commit
225b1ac3
authored
Mar 15, 2016
by
Vassilis Kanellopoulos
Browse files
sch login failure messages in greek
parent
d879fdfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/sch_sync/src/Middleware/CreateSchool.php
View file @
225b1ac3
...
...
@@ -109,7 +109,8 @@ class CreateSchool
$this
->
logger
->
error
(
sprintf
(
'Unit for user %s not found in LDAP'
,
$identity
->
mail
),
$identity
->
toArray
());
return
$this
->
logoutAndRediret
(
$res
,
sprintf
(
'School not found. <a href="%s" title="SSO logout">SSO Logout</a>'
,
'Το σχολείο με email %s δεν βρέθηκε στο Κατάλογο του ΠΣΔ. <a href="%s" title="SSO logout">SSO Logout</a>'
,
$identity
->
mail
,
$this
->
ssoLogoutUrl
));
}
...
...
@@ -124,7 +125,8 @@ class CreateSchool
$this
->
logger
->
debug
(
'Trace'
,
[
'registryNo'
=>
$registryNo
,
'identity'
=>
$identity
->
toArray
()]);
return
$this
->
logoutAndRediret
(
$res
,
sprintf
(
'School not found. <a href="%s" title="SSO logout">SSO Logout</a>'
,
'Το σχολείο με κωδικό %s δεν βρέθηκε στο Μητρώο Μονάδων του ΠΣΔ. <a href="%s" title="SSO logout">SSO Logout</a>'
,
$registryNo
,
$this
->
ssoLogoutUrl
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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