doc/book/en/admin/create-instance.rst
branchstable
changeset 2175 16d3c37c5d28
parent 2173 7fae9300b9f9
child 2476 1294a6bdf3bf
equal deleted inserted replaced
2174:7f576dc9502e 2175:16d3c37c5d28
    25 
    25 
    26 It is important to distinguish here the user used to access the database and the
    26 It is important to distinguish here the user used to access the database and the
    27 user used to login to the cubicweb application. When an instance starts, it uses
    27 user used to login to the cubicweb application. When an instance starts, it uses
    28 the login/psswd for the database to get the schema and handle low level
    28 the login/psswd for the database to get the schema and handle low level
    29 transaction. But, when :command:`cubicweb-ctl create` asks for a manager
    29 transaction. But, when :command:`cubicweb-ctl create` asks for a manager
    30 login/psswd of `CubicWeb`, it refers to the user you will use during the
    30 login/psswd of *CubicWeb*, it refers to the user you will use during the
    31 development to administrate your web application. It will be possible, later on,
    31 development to administrate your web application. It will be possible, later on,
    32 to use this user to create others users for your final web application.
    32 to use this user to create others users for your final web application.
    33 
    33 
    34 
    34 
    35 Instance administration
    35 Instance administration