Commit f3b56d3d authored by claes's avatar claes

User set CONST and password removed

parent 439d8c3d
! !
! Proview $Id: pwrb_c_user.wb_load,v 1.7 2005-09-01 14:58:02 claes Exp $ ! Proview $Id: pwrb_c_user.wb_load,v 1.8 2008-06-25 08:07:56 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB. ! Copyright (C) 2005 SSAB Oxelösund AB.
! !
! This program is free software; you can redistribute it and/or ! This program is free software; you can redistribute it and/or
...@@ -44,26 +44,24 @@ SObject pwrb:Class ...@@ -44,26 +44,24 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! Specifies unconditionally the wildcard character ! Proview user. The user with the specified username is fetched from the
! asterisk (*) ! user database and determines the privileges for the operator.
!
! If no value is assigned, or if the username is invalid, the loginframe is
! displayed, where the operator can login with username and password.
!
! Note! If XttUseOpsysUser is set in the Security object, this value is
! overrided, and the username is fetched from the current operator system user.
!*/ !*/
Object UserName $Attribute 2 Object UserName $Attribute 2
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$String16" Attr TypeRef = "pwrs:Type-$String32"
EndBody Attr Flags |= PWR_MASK_CONST
EndObject
!/**
! Specifies unconditionally the wildcard character
! asterisk (*)
!*/
Object PassWord $Attribute 3
Body SysBody
Attr TypeRef = "pwrs:Type-$String16"
EndBody EndBody
EndObject EndObject
!/** !/**
! The operator stations are numbered by means of OpNumber ! The operator stations are numbered by means of OpNumber
! of the OpPlace object; ( see p. 3-232). By specifying ! of the OpPlace object. By specifying
! here the value of OpNumber for the wanted OpPlace ! here the value of OpNumber for the wanted OpPlace
! object the User object is associated with a certain ! object the User object is associated with a certain
! OpPlace object. ! OpPlace object.
...@@ -173,7 +171,6 @@ SObject pwrb:Class ...@@ -173,7 +171,6 @@ SObject pwrb:Class
! Specifies the number of defined FastAvaill[] attributes ! Specifies the number of defined FastAvaill[] attributes
! and the number of visible buttons in the operator ! and the number of visible buttons in the operator
! window. The value has to be in the range 0 - 15. ! window. The value has to be in the range 0 - 15.
! NavigatorWritePriv
!*/ !*/
Object NoFastAvail $Attribute 11 Object NoFastAvail $Attribute 11
Body SysBody Body SysBody
...@@ -209,12 +206,7 @@ SObject pwrb:Class ...@@ -209,12 +206,7 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! From Runtime Navigator the operator may invoke ! Obsolete.
! Attribute Editor to inspect different objects.
! NavigatorWritePriv specifies the operator's authority
! to change attributes from Attribute Editor. FALSE means
! that the operator only may view at the attributes and
! TRUE means write accsess as well.
!*/ !*/
Object NavigatorWritePriv $Attribute 15 Object NavigatorWritePriv $Attribute 15
Body SysBody Body SysBody
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment