public static void p5_auth_misc_change_my_password(ApplicationContext context, ActiveEventArgs e) { using (new ArgsRemover(e.Args, true)) { Passwords.ChangeMyPassword(context, e.Args); } }