diff options
Diffstat (limited to 'docs/installer/sv/addUser.xml')
-rw-r--r-- | docs/installer/sv/addUser.xml | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/docs/installer/sv/addUser.xml b/docs/installer/sv/addUser.xml new file mode 100644 index 00000000..b0bdb385 --- /dev/null +++ b/docs/installer/sv/addUser.xml @@ -0,0 +1,153 @@ +<?xml version="1.0" encoding="utf-8"?><section xmlns="http://docbook.org/ns/docbook" xmlns:ns5="http://www.w3.org/1999/xhtml" xmlns:ns42="http://www.w3.org/1998/Math/MathML" xmlns:ns4="http://www.w3.org/1999/xlink" xmlns:ns3="http://www.w3.org/2000/svg" xmlns:ns="http://docbook.org/ns/docbook" xml:id="addUser" version="5.0" xml:lang="sv"> + + <info> + <title xml:id="addUser-ti1">Hantering av användare och administratör</title> + </info> + + + + + + + + + + + + + + + + <mediaobject> +<!-- Started by marja,using Led43's text, on 2012 03 27 --> +<!-- NEEDS TO BE REVIEWED! --> +<!-- SimonNZG 2012-04-03 has taken a look but needs to come back --> +<!-- removed para xml:id's, finished the page using Led43's text in the wiki, but + changed his text about the Advanced User Managment screen (the only thing + about guest account there, is the box you can tick or untick to enable or + disable it, the rest is about the normal user you're adding in the previous + screen), marja, 20120409--> +<!-- barjac 2012-04-13 moved explanation of xguest lower down. I don't understand + "rbash" in the xguest warning - is that correct? --> +<!-- JohnR 2012-04-19 Language proofreading --> +<!-- marja 2012-04-24 Added screenshot --> +<!-- marja 2013-04-26 added new note --> +<imageobject> <imagedata revision="1" fileref="dx2-setRootPassword.png" +format="PNG" align="center" xml:id="setRootPassword-im1"></imagedata> +</imageobject></mediaobject> + + <section xml:id="root-password"> + <info> + <title xml:id="root-password-ti2">Ställ in ett administratörs (root) -lösenord:</title> + </info> + + <para>Det är </para> + + <note xml:id="givePassword"> + <para>Alla lösenord är skifteslägeskänsliga, det bästa är att använda en blandning +av bokstäver (stora och små), nummer och andra karaktärer i ett lösenord.</para> + </note> + </section> + + <section xml:id="enterUser"> + <info> + <title xml:id="enterUser-ti3">Ange en användare</title> + </info> + + <para>Lägg till en användare här. En användare har färre rättigheter än en +administratör (root), men tillräckligt för att surfa på nätet, använda +kontorsapplikationer eller spela spel och allting annat som den generella +användaren gör med sin dator</para> + + <itemizedlist> + <listitem> + <para><guibutton>Ikon</guibutton>: om du klickar på den här knappen så kommer det +att ändra användarens ikon.</para> + </listitem> + + <listitem> + <para><guilabel>Riktigt namn</guilabel>: Skriv in användarens riktiga namn i detta +fält.</para> + </listitem> + + <listitem> + <para><guilabel>Inloggningsnamn</guilabel>: Här kan du skriva in användarens +inloggningsnamn eller låta drakx använda en version av användarens riktiga +namn. <emphasis>Inloggningsnamnet är skifteslägeskänsligt</emphasis></para> + </listitem> + + <listitem> + <para><guilabel>Password</guilabel>: In this text box you should type in the user +password. There is a shield at the end of the text box that indicates the +strength of the password. (See also <xref linkend="givePassword"></xref>)</para> + </listitem> + + <listitem> + <para><guilabel>Password (again)</guilabel>: Retype the user password into this +text box and drakx will check you have the same password in each of the user +password text boxes.</para> + </listitem> + </itemizedlist> + + <note> + <para>Alla användare som du lägger till under installationen av Mageia kommer att +ha en värdsligt läsbar (men skrivskyddad) hem-mapp.</para> + + <para>Hur som helst, när du använder din nya installation så kommer alla användare +som du lägger till i <emphasis>MCC - System - Hantera användare i +systemet</emphasis> att ha en Hem-mapp som är både läs och skrivskyddad.</para> + + <para>If you don't want a world readable home directory for anyone, it is advised +to only add a temporary user now and to add the real one(s) after reboot.</para> + + <para>If you prefer world readable home directories, you might want to add all +extra needed users in the <emphasis>Configuration - Summary</emphasis> step +during the install. Choose <emphasis>User management</emphasis>.</para> + + <para>The access permissions can also be changed after the install.</para> + </note> + + </section> + + <section xml:id="addUserAdvanced"> + <info> + <title xml:id="addUserAdvanced-ti3">Avancerad hantering av användare</title> + </info> + + <para>If the <guibutton>advanced</guibutton> button is clicked you are offered a +screen that allows you to edit the settings for the user you are +adding. Additionally, you can disable or enable a guest account.</para> + + <warning> + <para>Anything a guest with a default <emphasis>rbash</emphasis> guest account +saves to his /home directory will be erased when he logs out. The guest +should save his important files to a USB key.</para> + </warning> + + <itemizedlist> + <listitem> + <para><guilabel>Enable guest account</guilabel>: Here you can enable or disable a +guest account. The guest account allows a guest to log into and use the PC, +but he has more restricted access than normal users.</para> + </listitem> + + <listitem> + <para><guilabel>Shell</guilabel>: This drop down list allows you to change the +shell used by the user you are adding in the previous screen, options are +Bash, Dash and Sh</para> + </listitem> + + <listitem> + <para><guilabel>User ID</guilabel>: Here you can set the user ID for the user you +are adding in the previous screen. This is a number. Leave it blank unless +you know what you are doing.</para> + </listitem> + + <listitem> + <para><guilabel>Group ID</guilabel>: This lets you set the group ID. Also a +number, usually the same one as for the user. Leave it blank unless you know +what you are doing.</para> + </listitem> + </itemizedlist> + </section> +</section>
\ No newline at end of file |