fix Added option "User must change password at next logon" for the Hosted Organization Users.
This commit is contained in:
parent
be5146ece1
commit
ce4edf676f
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ namespace WebsitePanel.Portal
|
|||
user.ExternalEmail,
|
||||
user.SubscriberNumber,
|
||||
serviceLevelId ?? user.LevelId,
|
||||
isVIP ?? user.IsVIP);
|
||||
isVIP ?? user.IsVIP, false);
|
||||
|
||||
if (result < 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue