-1

I have BUTTON with this code

partial void ChangePassword_Execute(){


}            

and I would like open default modal window for changing password in Lightswitch

Application type:

  • Client>Web
  • Server>IIS

THX

tonco
  • 1,281
  • 3
  • 16
  • 30

1 Answers1

2

If you're using Forms Authentication, and the standard shell (or a shell that exposes the user control), there's a combo-like box down in the bottom right-hand corner, that allows the user to change their password.

If you're using Windows authentication, you can't change that from LS, you have to do it through Windows.

Yann Duran
  • 3,842
  • 1
  • 24
  • 24