Fires at the top of the Update Admin Passwords modal.
Usage Example
add_action( 'mainwp_reset_admin_pass_modal_top', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }