Function NnetCrtUsr() Foundation
Creates a new user.
NnetCrtUsr( <cUserName> , ;
[<cPassWord>] , ; // Default: ""
[<cFullUserName>] , ; // Default: ""
[<lSupervisor>] , ; // Default: .F.
[<cFileServer|nConnectID>] ; // Default: NnetSname()
) --> lSuccess
Returns .T. if the new user is successfully created or .F. in case of a failure.
A new user is created as a bindery object of type OBJ_USER with the following properties: "LOGIN_CONTROL", "PASSWORD", "GROUPS_I'M_IN" and "SECURITY_EQUALS". If <cFullUserName> is passed this string is stored in the "IDENTIFICATION" property item of the new bindery object. When <lSupervisor> is set .T. the new user gains supervisory rights.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.