Changeset 3104
- Timestamp:
- Feb 6, 2007, 11:03:34 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/helptexts.xml
r3093 r3104 468 468 <li>
 469 469 <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 .
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 to let the user be able to upload files and save analysis.
 471 471 </li>
 472 472 
 … … 592 592 </ul></description> 593 593 </helpitem> 594 <helpitem externalID="user.view.properties"> 595 <name>View user's properties</name> 596 <description><p>
 597 Viewing properties for a user can be done by those with read permission on user items.<br>
 598 Only one user can be viewed at a time.<br> 
 599 It's possible to return to the user list page by clicking on the link Users that is located below the menubar.
 600 </p>
 601 
 602 <h4>Toolbar</h4>
 603 The toolbar consists of buttons for managing the account that is viewed.
 604 <ul>
 605 
 606 <li> 
 607 <btn>Edit...</btn><br>
 608 This 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.
 609 </li>
 610 
 611 <li>
 612 <btn>Delete</btn>/<btn>Restore</btn><br>
 613 The 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.<br>
 614 The 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.
 615 </li>
 616 
 617 <li>
 618 <btn>Help...</btn><br>
 619 Opens this help text in a popup window.
 620 </li>
 621 </ul>
 622 
 623 <h4>Properties</h4>
 624 What permissions the logged in user has on the viewed user account stands at the top of the property frame.<br>
 625 The 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).
 626 
 627 <ul>
 628 <li>
 629 <b>Name</b><br>
 630 The name of the user or something similar to recognize the account.
 631 </li>
 632 
 633 <li>
 634 <b>System&nbsp;ID</b><br>
 635 The 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.
 636 </li>
 637 
 638 <li>
 639 <b>Login</b><br>
 640 The accounts login name in BASE2. The login is unique for each user.
 641 </li>
 642 
 643 <li>
 644 <b>External&nbsp;ID</b><br>
 645 User's identification used outside BASE2. This is blank if it hasn't been set.
 646 </li>
 647 
 648 <li>
 649 <b>Home directory</b><br>
 650 The home directory of files that is saved with the account. If no directory has been set it will have <i>-none-</i> as a value.
 651 </li>
 652 
 653 <li>
 654 <b>Quota</b><br>
 655 This shows how much disk space on the server that can be used by the account to save files and analyzis data.<br>
 656 Click on the quota to get more information about how large the different parts are.<br>
 657 This 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.
 658 </li>
 659 
 660 <li>
 661 <b>Quota group</b><br>
 662 Displays either which quota group the account belongs to or <i>-none-</i>, 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.
 663 </li>
 664 
 665 <li>
 666 <b>Expiration date</b><br>
 667 This 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.
 668 </li>
 669 
 670 <li>
 671 <b>Multi-user account</b><br>
 672 This is set to <i>yes</i> 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.
 673 </li>
 674 
 675 <li>
 676 <b>Disabled</b><br>
 677 Shows if the account is disabled or not. A disabled account can't be used before it been enabled again.
 678 </li>
 679 
 680 <li>
 681 <b>Description</b><br>
 682 Contains useful information concerning the user/account. This field is blank if no description has been written.
 683 </li>
 684 
 685 <li>
 686 <b>Email</b>/<b>Organisation</b>/<b>Address</b>/<b>Phone</b>/<b>Fax</b>/<b>Url</b><br>
 687 Common contact information about the user. The fields are blank if they haven't been set.
 688 </li>
 689 
 690 <hr>
 691 <li>
 692 <b>Membership</b><br>
 693 List of groups and roles that the account is a member in and that the logged in user has permission to read. 
 694 </li>
 695 
 696 </ul>
 697 
 698 <h4>See also</h4>
 699 <ul>
 700 <li>{@link user.edit Edit user}</li>
 701 <li>{@link user.edit.contact Edit user's contact information}</li>
 702 <li>{@link user.edit.membership Edit user's membership}</li>
 703 </ul></description> 704 </helpitem> 594 705 </helptexts>
Note: See TracChangeset
for help on using the changeset viewer.