Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
36f2e509
Commit
36f2e509
authored
Jun 18, 2019
by
Laurent Lécluse
Browse files
Avertissement car pas finalisé
parent
c8d601aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/actions/creer-utilisateur.php
View file @
36f2e509
<?php
$c
->
println
(
"
\n
Création d'un nouveau compte utilisateur"
,
$c
::
COLOR_LIGHT_CYAN
);
$c
->
println
(
'Fonctionnalité en cours de développement : non exploitable pour le moment'
,
$c
::
BG_RED
);
$params
=
$c
->
getInputs
([
'nom'
=>
'Nom de l\'utilisateur'
,
...
...
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