StrataFrame Forum

Change password, current user changed

http://forum.strataframe.net/Topic11966.aspx

By Chan - 10/14/2007

Hi,

1. How to launch change password form programmatically?

2. How to detect if current user changed?



Thank you
By StrataFrame Team - 10/15/2007

1) MicroFour.StrataFrame.Security.Login.ShowPasswordChangeForm() and pass over the SFSUsersBO populated with the user whose password needs to be changed.

2) MicroFour.StrataFrame.Security.SecurityBasics.CurrentUserChanged static (shared) event.  Just add a handler to it.

By Chan - 10/15/2007

Hi,

1) MicroFour.StrataFrame.Security.Login.ShowPasswordChangeForm() and pass over the SFSUsersBO populated with the user whose password needs to be changed.




I just tried, and found that, no error message or provider would be shown if any broken rules. I haven't check what rule is broken in my case, but hope SF can to be enhanced in this area.



Thank you