Revision 109:d2c17217af73

View differences:

src/main/java/my/com/upass/ConfigBean.java
30 30
	int userDormantPeriod = 0; // zero mean never dormant, value is in number of days
31 31
	int passwordMinLength = 0;
32 32
	int notifAlert = 0;
33
	int changePasswordInterval = 14400;
33
	int changePasswordInterval = 1440;
34 34
	String passwordAcceptPattern = "^[a-zA-Z0-9]{0,}$";
35 35
	int autoLogoff = 0;
36 36
	int userDeactivatePeriod = 0;

Also available in: Unified diff