Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
myframa
Commits
3d5143f5
Commit
3d5143f5
authored
Sep 13, 2016
by
JosephK
Browse files
Pré-remplissage du champ login à la création du compte
parent
dffa6fed
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
3d5143f5
...
...
@@ -183,7 +183,7 @@ if (!is_writable(PATH_ACCOUNTS)) {
$test_values
=
'account'
;
}
elseif
(
is_null
(
$error
))
{
// Everything is fine, we can redirect user to its new board!
header
(
'Location: u/'
.
$account
.
'?do=login&r'
);
header
(
'Location: u/'
.
$account
.
'?do=login&
username='
.
$account
.
'&
r'
);
}
}
...
...
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