Can the Role field be "locked" on the web client?

msouterblight1

VIP Member
Can the Role field be \"locked\" on the web client?

Is there a way to "lock" the Role field on the web client so that it can't be changed. What we would like to do is set the default role and then lock the field so it can't be changed.

Any ideas?

We are on WAS 5.0/8.94_O1

Thanks...
 
Re: Can the Role field be \"locked\" on the web client?

[ QUOTE ]
Is there a way to "lock" the Role field on the web client so that it can't be changed. What we would like to do is set the default role and then lock the field so it can't be changed.

Any ideas?

We are on WAS 5.0/8.94_O1

Thanks...

[/ QUOTE ]


In jas.ini [OWWEB]

DefaultEnvironment=JPD812
DefaultRole=*ALL

In jas.ini [LOGIN]

DisplayEnvironment=Hidden
#Options Show|Hidden|ReadOnly|UseDefault


I think that is all the parts. The first part specifies the default role (best to use *ALL* IMO), and the second part specifies that the login screen behavior. I think that when the Environment is hidden so is the Role.
 
Re: Can the Role field be \"locked\" on the web client?

Thanks for the reply. This is exactly what I was looking for.
 
Back
Top