Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gredu_labs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Σταύρος Παπαδάκης
gredu_labs
Commits
225b1ac3
Commit
225b1ac3
authored
Mar 15, 2016
by
Vassilis Kanellopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sch login failure messages in greek
parent
d879fdfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
module/sch_sync/src/Middleware/CreateSchool.php
module/sch_sync/src/Middleware/CreateSchool.php
+4
-2
No files found.
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