Greg McGuffey (08/29/2008)
I am having a similar problem and just did a little sample app. It looks like the issue might be related to the password change failing. When I turn off complex passwords, I have no problems. However, when they are turned on and I provide a password that I know won't work (like one that includes the user's name), then when I click on OK, it just sits there, does nothing. I am having the same situation as Greg, but in all cases, not matter the setting for Complex Passwords, when clicking the OK button, nothing happens, so the only option is to Cancel out the Change Password form.
This is the code I am using to change the password:
Using userBO As New SFSUsersBO() userBO.FillByPrimaryKey(SecurityBasics.CurrentUser.UserPK)
If Login.ShowPasswordChangeForm(userBO) Then userBO.Save()
End IfEnd Using
Can anybody please confirm this situation, I am running latest version 1.6.6.
Thanks!
Edhy Rijo