MentDB, The thinking machine.  Download alpha-0.2.0 About me Functions Home
Right   -   RIGHT=GRANT_RIGHTS
right grant toright revoke toright show

right grant to <right> <login>

Description
    To grant a right to a specific user
Parameters
    right:   The right - string - required
    login:   The login - string - required
admin
right grant "all_rights" to admin
mentdb
The right ALL_RIGHTS was granted with successful.

right revoke to <right> <login>

Description
    To revoke a right to a specific user
Parameters
    right:   The right - string - required
    login:   The login - string - required
admin
right revoke "all_rights" to admin
mentdb
The right ALL_RIGHTS was revoked with successful.

right show <login>

Description
    To show all rights granted to a specific user
Parameters
    login:   The login - string - required
admin
right show admin
mentdb
{
"WS_SESSION": true,
"ALL_RIGHTS": true,
"STRATEGY": false,
"ACCESS_GRID": false,
"EMOTION": false,
"CONCENTRATION": false,
"FILE_SYSTEM": false,
"JSON": false,
"THOUGHT": false,
"GRANT_RIGHTS": true,
"SERVER": false,
"SEQUENCE": false,
"BRAIN": false,
"PARAMETER": false,
"LANGUAGE": false,
"WORD": false,
"STIMULATION": false,
"RELATION": false,
"NODE": false,
"DB_SESSION": true,
"CONFIGURATION": false,
"ELEVATION": false,
"METRIC": false,
"USER": false,
"BASIC_INTEGRATION": false,
"SYMBOL": false,
"ACCESS_TO_HUMAN": true,
"ACCESS_TO_AI": false
}




© 2012-2017 - Jimmitry Payet.