Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
0ada6699
Commit
0ada6699
authored
Jan 30, 2019
by
Bertrand Gauthier
Browse files
Correction d'un nom erroné de variable passée à une vue : passwordReset.
parent
0f113d26
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/Helper/LdapConnectViewHelper.php
View file @
0ada6699
...
...
@@ -67,7 +67,7 @@ class LdapConnectViewHelper extends AbstractHelper
'enabled'
=>
$this
->
enabled
,
'form'
=>
$this
->
form
,
'redirect'
=>
null
,
'password
_r
eset'
=>
false
,
'password
R
eset'
=>
false
,
]);
}
catch
(
\
Exception
$e
)
{
return
'<p>'
.
$e
->
getMessage
()
.
'</p><p>'
.
$e
->
getTraceAsString
()
.
'</p>'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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