ngominhtrungit
Forum Replies Created
-
Hi @rainfallnixfig
thanks for the reply. I am very grateful for that. I have found a solution. Thanks for the support.Forum: Plugins
In reply to: [PDF Embedder] how to limit any page number if I want?hi @wppdfsupport,
Many thanks for your comments. so admin has document about such issue?
Please and thank’sForum: Plugins
In reply to: [Thanh Toán Quét M? QR] Kh?ng th? load ?nh trong trang thanh toán momohi @huykd81 mình c?ng g?p l?i t??ng t?, ko bit b?n ?? kh?c ph?c ???c ch?a?
Forum: Plugins
In reply to: [Password Reset with Code for WordPress REST API] compatibility with jwt authhi @dominic_ks , when I turn off plugin JWT auth, plugin “REST API Password Reset with Code” it work good.
“mail is not sent when JWT plugin is active”,I add to whilelist in plugin JWT auth, but not it work
thank- This reply was modified 4 years, 1 month ago by ngominhtrungit.
Forum: Plugins
In reply to: [Password Reset with Code for WordPress REST API] compatibility with jwt authHi @dominic_ks ,
wordpress ver: 5.5.3
hosting linux
php ver: 7.2.34
plugin ver: 0.0.9Hello A, I have the same problem, I have read the documentation of your plugin, and when I do it is the same as above.
code:
add_filter( ‘jwt_auth_whitelist’, function ( $endpoints ) {
return array(
‘/wp-json/bdpwr/v1/reset-password’,
‘/wp-json/bdpwr/v1/set-password’,
‘/wp-json/bdpwr/v1/validate-code’,
);
} );error: {
“success”: false,
“statusCode”: 403,
“code”: “jwt_auth_no_auth_header”,
“message”: “Authorization header not found.”,
“data”: []
}Forum: Plugins
In reply to: [Password Reset with Code for WordPress REST API] compatibility with jwt authhi @joelwolfgang, I have same error. Don’t know if you’ve made it yet?