Exemple #1
0
 public static void p5_auth_misc_change_my_password(ApplicationContext context, ActiveEventArgs e)
 {
     using (new Utilities.ArgsRemover(e.Args, true)) {
         AuthenticationHelper.ChangePassword(context, e.Args);
     }
 }