profile: Fix PinCh field capitalization

This commit is contained in:
Aaron Lindsay 2017-04-03 19:55:58 -04:00
parent e2b0819888
commit f56a061627
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ type SignonInfo struct {
CaseSen Boolean `xml:"CASESEN"` // Password is case-sensitive?
Special Boolean `xml:"SPECIAL"` // Special characters allowed?
Spaces Boolean `xml:"SPACES"` // Spaces allowed?
Pinch Boolean `xml:"PINCH"` // Pin change <PINCHRQ> requests allowed
PinCh Boolean `xml:"PINCH"` // Pin change <PINCHRQ> requests allowed
ChgPinFirst Boolean `xml:"CHGPINFIRST"` // Server requires user to change password at first signon
UserCred1Label String `xml:"USERCRED1LABEL,omitempty"` // Prompt for USERCRED1 (if this field is present, USERCRED1 is required)
UserCred2Label String `xml:"USERCRED2LABEL,omitempty"` // Prompt for USERCRED2 (if this field is present, USERCRED2 is required)