This property is True if the patient is required to change his/her password at the next login.
object.ForceWebPassChange
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display ForceWebPassChange for the patient.
Dim aPatient
Dim aForceWebPassChange
Set aPatient = Profile.SelectPatient
aForceWebPassChange = aPatient.ForceWebPassChange
Profile.MsgBox (aForceWebPassChange)
In Profile Client v8 on User Interface the Force password change checkbox can be checked in
.