Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
30ea9536
Commit
30ea9536
authored
Mar 13, 2017
by
Côme Chilliet
Browse files
Fixes
#5421
Check and create locking branch earlier to avoid problems at first login
parent
fc583418
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/index.php
View file @
30ea9536
...
...
@@ -394,9 +394,9 @@ class Index {
$success
=
static
::
runSteps
(
array
(
'validateUserInput'
,
'ldapLoginUser'
,
'checkForLockingBranch'
,
'loginAndCheckExpired'
,
'runSchemaCheck'
,
'checkForLockingBranch'
,
));
if
(
$success
)
{
...
...
@@ -422,9 +422,9 @@ class Index {
$success
=
static
::
runSteps
(
array
(
'validateUserInput'
,
'ldapLoginUser'
,
'checkForLockingBranch'
,
'loginAndCheckExpired'
,
'runSchemaCheck'
,
'checkForLockingBranch'
,
));
if
(
$success
)
{
...
...
@@ -489,9 +489,9 @@ class Index {
$ui
->
loadACL
();
$success
=
static
::
runSteps
(
array
(
'checkForLockingBranch'
,
'loginAndCheckExpired'
,
'runSchemaCheck'
,
'checkForLockingBranch'
,
));
if
(
$success
)
{
...
...
@@ -556,9 +556,9 @@ class Index {
$ui
->
loadACL
();
$success
=
static
::
runSteps
(
array
(
'checkForLockingBranch'
,
'loginAndCheckExpired'
,
'runSchemaCheck'
,
'checkForLockingBranch'
,
));
if
(
$success
)
{
...
...
Write
Preview
Supports
Markdown
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