a couple of detailes
Esse commit está contido em:
@@ -25,7 +25,7 @@
|
||||
|
||||
public function executableFunction()
|
||||
{
|
||||
echo "AAAAAAAAA";
|
||||
//echo "AAAAAAAAA";
|
||||
if(!\API\User::userExists($this->user))
|
||||
{
|
||||
echo "user does not exist";
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
$this->addRequiredArgument('attribute',
|
||||
'The attribute you will change');
|
||||
$this->addOptionalArgument('value',
|
||||
'The value for that attribute(optional only for pwd');
|
||||
'The value for that attribute(optional only for pwd)');
|
||||
$this->addOptionalArgument('extra',
|
||||
'An extra data about the defined attribute(the status or type for users or projects)');
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário