Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computer_users [2014/07/10 12:14]
sangar created
computer_users [2016/06/15 06:43] (current)
payonel [User Access Control]
Line 1: Line 1:
 +User Access Control
 +================
 +
 If enabled in the config, computers can be "​owned",​ i.e. the list of users of a computer (see [[api:​computer|the computer API]]) determines how players can interact with a computer. Specifically,​ only players registered as users can: If enabled in the config, computers can be "​owned",​ i.e. the list of users of a computer (see [[api:​computer|the computer API]]) determines how players can interact with a computer. Specifically,​ only players registered as users can:
  
Line 8: Line 11:
  
 To avoid locking yourself out by mistyping your name, only users that are online can be added to a computer'​s user list. To avoid locking yourself out by mistyping your name, only users that are online can be added to a computer'​s user list.
 +
 +In OpenOS you can add and remove users from the shell by calling `useradd USER` and `userdel USER` respectively,​ where USER is the user's name.
 +
 +Contents
 +-----------
 +{{page>:​contents&​noheader&​noeditbutton&​nouser&​nofooter}}