Added option "User must change password at next logon" for the Hosted Organization Users.
This commit is contained in:
parent
d3c54a3a15
commit
3ffca57a22
22 changed files with 1352 additions and 988 deletions
|
@ -159,12 +159,13 @@ namespace WebsitePanel.Server
|
|||
string address, string city, string state, string zip, string country, string jobTitle,
|
||||
string company, string department, string office, string managerAccountName,
|
||||
string businessPhone, string fax, string homePhone, string mobilePhone, string pager,
|
||||
string webPage, string notes, string externalEmail)
|
||||
string webPage, string notes, string externalEmail,
|
||||
bool userMustChangePassword)
|
||||
{
|
||||
Organization.SetUserGeneralSettings(organizationId, accountName, displayName, password, hideFromAddressBook,
|
||||
disabled, locked, firstName, initials, lastName, address, city, state, zip, country, jobTitle,
|
||||
company, department, office, managerAccountName, businessPhone, fax, homePhone,
|
||||
mobilePhone, pager, webPage, notes, externalEmail);
|
||||
mobilePhone, pager, webPage, notes, externalEmail, userMustChangePassword);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue