public class UserProperties extends Object
User.getUserProperties()| Constructor and Description |
|---|
UserProperties(Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isSupposedToChangePassword()
Method to read the value of forcePassword property
|
void |
setSupposedToChangePassword(Boolean change)
Sets the user property which determines if a new user should change his password upon logging
in the first time.
|
public void setSupposedToChangePassword(Boolean change)
change - decides if the user should be forced to change the passwordpublic Boolean isSupposedToChangePassword()
Copyright © 2015 OpenMRS Inc.. All rights reserved.