Changeset 3104


Ignore:
Timestamp:
Feb 6, 2007, 11:03:34 AM (16 years ago)
Author:
Martin Svensson
Message:

References #146. Added help texts for view user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/helptexts.xml

    r3093 r3104  
    468468<li>
    469469<req>Quota</req><br>
    470 This sets how large diskspace the user account should be able to use on the BASE-server. Select one option from the drop down-list of qoutas.
     470This sets how large diskspace the user account should be able to use on the BASE-server. Select one option from the drop down-list of qoutas to let the user be able to upload files and save analysis.
    471471</li>
    472472
     
    592592&lt;/ul&gt;</description>
    593593  </helpitem>
     594  <helpitem externalID="user.view.properties">
     595    <name>View user's properties</name>
     596    <description>&lt;p&gt;&#xD;
     597Viewing properties for a user can be done by those with read permission on user items.&lt;br&gt;&#xD;
     598Only one user can be viewed at a time.&lt;br&gt; &#xD;
     599It's possible to return to the user list page by clicking on the link Users that is located below the menubar.&#xD;
     600&lt;/p&gt;&#xD;
     601&#xD;
     602&lt;h4&gt;Toolbar&lt;/h4&gt;&#xD;
     603The toolbar consists of buttons for managing the account that is viewed.&#xD;
     604&lt;ul&gt;&#xD;
     605&#xD;
     606&lt;li&gt; &#xD;
     607&lt;btn&gt;Edit...&lt;/btn&gt;&lt;br&gt;&#xD;
     608This button will open a popup window where the properties for the account/user can be edit. This button is disabled if the logged in user doesn't have write permissions for this item.&#xD;
     609&lt;/li&gt;&#xD;
     610&#xD;
     611&lt;li&gt;&#xD;
     612&lt;btn&gt;Delete&lt;/btn&gt;/&lt;btn&gt;Restore&lt;/btn&gt;&lt;br&gt;&#xD;
     613The delete button will mark the item as removed with a flag and the restore button will, as it says, restore and remove the delete flag.&lt;br&gt;&#xD;
     614The button to delete is disabled if the logged in user doesn't have delete permission on the item. Same is for the restore button if no write permission exists.&#xD;
     615&lt;/li&gt;&#xD;
     616&#xD;
     617&lt;li&gt;&#xD;
     618&lt;btn&gt;Help...&lt;/btn&gt;&lt;br&gt;&#xD;
     619Opens this help text in a popup window.&#xD;
     620&lt;/li&gt;&#xD;
     621&lt;/ul&gt;&#xD;
     622&#xD;
     623&lt;h4&gt;Properties&lt;/h4&gt;&#xD;
     624What permissions the logged in user has on the viewed user account stands at the top of the property frame.&lt;br&gt;&#xD;
     625The properties that are in blue can be clicked on to view the item. Press Ctrl, Alt or Shift when clicking on the item name to open an edit window(write permission on that item is needed).&#xD;
     626&#xD;
     627&lt;ul&gt;&#xD;
     628&lt;li&gt;&#xD;
     629&lt;b&gt;Name&lt;/b&gt;&lt;br&gt;&#xD;
     630The name of the user or something similar to recognize the account.&#xD;
     631&lt;/li&gt;&#xD;
     632&#xD;
     633&lt;li&gt;&#xD;
     634&lt;b&gt;System&amp;nbsp;ID&lt;/b&gt;&lt;br&gt;&#xD;
     635The user's identification within the system. This property is only used by those user accounts that come with the BASE2 installation and it can't be edit.&#xD;
     636&lt;/li&gt;&#xD;
     637&#xD;
     638&lt;li&gt;&#xD;
     639&lt;b&gt;Login&lt;/b&gt;&lt;br&gt;&#xD;
     640The accounts login name in BASE2. The login is unique for each user.&#xD;
     641&lt;/li&gt;&#xD;
     642&#xD;
     643&lt;li&gt;&#xD;
     644&lt;b&gt;External&amp;nbsp;ID&lt;/b&gt;&lt;br&gt;&#xD;
     645User's identification used outside BASE2. This is blank if it hasn't been set.&#xD;
     646&lt;/li&gt;&#xD;
     647&#xD;
     648&lt;li&gt;&#xD;
     649&lt;b&gt;Home directory&lt;/b&gt;&lt;br&gt;&#xD;
     650The home directory of files that is saved with the account. If no directory has been set it will have &lt;i&gt;-none-&lt;/i&gt; as a value.&#xD;
     651&lt;/li&gt;&#xD;
     652&#xD;
     653&lt;li&gt;&#xD;
     654&lt;b&gt;Quota&lt;/b&gt;&lt;br&gt;&#xD;
     655This shows how much disk space on the server that can be used by the account to save files and analyzis data.&lt;br&gt;&#xD;
     656Click on the quota to get more information about how large the different parts are.&lt;br&gt;&#xD;
     657This property is be combined with the quota group property below if it has been set. The most restricted one of these two will set the quota for the account.&#xD;
     658&lt;/li&gt;&#xD;
     659&#xD;
     660&lt;li&gt;&#xD;
     661&lt;b&gt;Quota group&lt;/b&gt;&lt;br&gt;&#xD;
     662Displays either which quota group the account belongs to or &lt;i&gt;-none-&lt;/i&gt;, if it hasn't been set. The most restricted one of quota and quota group will set the limit of disk space for the account to use.&#xD;
     663&lt;/li&gt;&#xD;
     664&#xD;
     665&lt;li&gt;&#xD;
     666&lt;b&gt;Expiration date&lt;/b&gt;&lt;br&gt;&#xD;
     667This is when the account will expire. The account will still be intact in BASE after this date but it won't be possible to login to it. If -never- is displayed for this property there is no expiration date set and the account will always be valid.&#xD;
     668&lt;/li&gt;&#xD;
     669&#xD;
     670&lt;li&gt;&#xD;
     671&lt;b&gt;Multi-user account&lt;/b&gt;&lt;br&gt;&#xD;
     672This is set to &lt;i&gt;yes&lt;/i&gt; if the account is used by more then one person. An user to a multi-user account can't change the account's preferences like password and contact information.&#xD;
     673&lt;/li&gt;&#xD;
     674&#xD;
     675&lt;li&gt;&#xD;
     676&lt;b&gt;Disabled&lt;/b&gt;&lt;br&gt;&#xD;
     677Shows if the account is disabled or not. A disabled account can't be used before it been enabled again.&#xD;
     678&lt;/li&gt;&#xD;
     679&#xD;
     680&lt;li&gt;&#xD;
     681&lt;b&gt;Description&lt;/b&gt;&lt;br&gt;&#xD;
     682Contains useful information concerning the user/account. This field is blank if no description has been written.&#xD;
     683&lt;/li&gt;&#xD;
     684&#xD;
     685&lt;li&gt;&#xD;
     686&lt;b&gt;Email&lt;/b&gt;/&lt;b&gt;Organisation&lt;/b&gt;/&lt;b&gt;Address&lt;/b&gt;/&lt;b&gt;Phone&lt;/b&gt;/&lt;b&gt;Fax&lt;/b&gt;/&lt;b&gt;Url&lt;/b&gt;&lt;br&gt;&#xD;
     687Common contact information about the user. The fields are blank if they haven't been set.&#xD;
     688&lt;/li&gt;&#xD;
     689&#xD;
     690&lt;hr&gt;&#xD;
     691&lt;li&gt;&#xD;
     692&lt;b&gt;Membership&lt;/b&gt;&lt;br&gt;&#xD;
     693List of groups and roles that the account is a member in and  that the logged in user has permission to read. &#xD;
     694&lt;/li&gt;&#xD;
     695&#xD;
     696&lt;/ul&gt;&#xD;
     697&#xD;
     698&lt;h4&gt;See also&lt;/h4&gt;&#xD;
     699&lt;ul&gt;&#xD;
     700&lt;li&gt;{@link user.edit Edit user}&lt;/li&gt;&#xD;
     701&lt;li&gt;{@link user.edit.contact Edit user's contact information}&lt;/li&gt;&#xD;
     702&lt;li&gt;{@link user.edit.membership Edit user's membership}&lt;/li&gt;&#xD;
     703&lt;/ul&gt;</description>
     704  </helpitem>
    594705</helptexts>
Note: See TracChangeset for help on using the changeset viewer.