nicu_m
@nicu_m on WordPress.org, @Nicu Micle on Slack
- Member Since: November 6th, 2015
- Location: Austria
- Website: simplejwtlogin.com
- GitHub: nicumicle
- Job Title: PHP Developer
Interests
Contribution History
nicu_m’s badges:- Plugin Developer
- Translation Contributor
-
Committed [2843409] to Plugins SVN:
[3.5.0] Release 3.5.0 -
Committed [2843408] to Plugins SVN:
Remove old tags -
Posted a reply to last update have some critical errors, on the site WordPress.org Forums:
Hello, I have good news. In order to prevent such errors, the plugin has now… -
Posted a reply to last update have some critical errors, on the site WordPress.org Forums:
Thank you for checking @1benk1 !!! -
Posted a reply to last update have some critical errors, on the site WordPress.org Forums:
Thanks for the headsup @1benk1. I was testing on PHP 7.4.32 and there was working… -
Committed [2833682] to Plugins SVN:
[3.4.10] Fix routes issue -
Posted a reply to last update have some critical errors, on the site WordPress.org Forums:
Also, to make sure that it is an issue with the latest plugin version, can… -
Posted a reply to last update have some critical errors, on the site WordPress.org Forums:
I've checked on my side, and I am unable to replicate the issue. I've tested… -
Posted a reply to last update have some critical errors, on the site WordPress.org Forums:
Hello @sarankumar, Can you please provide more details about the issue? -
Committed [2828547] to Plugins SVN:
[3.4.9] Release 3.4.9 -
Translated 2 strings on translate.wordpress.org.
-
Suggested 5 strings on translate.wordpress.org.
-
Posted a reply to Wrong user credentials., on the site WordPress.org Forums:
Hello @jahid32, There has been a bug when the password contains special characters. This has… -
Posted a reply to CORS error but no response data, on the site WordPress.org Forums:
Hello @ramamahardika, Here is a tutorial on how you can fix the CORS errors: https://simplejwtlogin.com/blog/cors-setup-apache/… -
Posted a reply to hook not firing, on the site WordPress.org Forums:
Hello @stramato, Your function does not have any parameters.. Here is a simple example: add_action('simple_jwt_login_login_hook',… -
Posted a reply to Cannot pass ‘&’ in password, on the site WordPress.org Forums:
Hello Adam, This issue has been fixed in the version 3.4.8. You can check https://simplejwtlogin.com/docs/change-password/… -
Committed [2811635] to Plugins SVN:
[3.4.8] Plugin improvements -
Posted a reply to Customizing the error message for auto-login, on the site WordPress.org Forums:
Hello @graphems, I just checked the code, and it seems that I've already released this… -
Posted a reply to Customizing the error message for auto-login, on the site WordPress.org Forums:
Hello @graphems, An easy way would be to call the auth/validate endpoint first, in order… -
Posted a reply to Password reset gives 405 error, on the site WordPress.org Forums:
Hello, Sorry for my late reply. I believe that apache does not allow PUT by… -
Posted a reply to Reset Password get ‘405 Not Allowed’ Error, on the site WordPress.org Forums:
Hello @refiny, I thing you get this error from apache because the request method is… -
Posted a reply to Cannot pass ‘&’ in password, on the site WordPress.org Forums:
Hello @adamwolfs, I'm working on a fix for this issue. I will come back with… -
Posted a reply to page not found error on auto login api, on the site WordPress.org Forums:
Hello @abdulrehmankhan1, I've checked the screenshot and everything looks ok. Do you have any plugins… -
Posted a reply to Basic Auth on login form breaks API when Simple JWT installed, on the site WordPress.org Forums:
Hello @earthman100, I've added the .htaccess code into my testing environment and all seems to… -
Committed [2794356] to Plugins SVN:
[3.4.7] Improve plugin -
Committed [2793224] to Plugins SVN:
Fix local file inclusion risk -
Committed [2792973] to Plugins SVN:
[3.4.7] Secutiry Improvements -
Committed [2789643] to Plugins SVN:
[3.4.7] Update readme and add missing folder -
Committed [2789642] to Plugins SVN:
[3.4.7] Remove unused code from the JWT library -
Posted a reply to How to get the JWT encryption key to enter into the general settings field, on the site WordPress.org Forums:
Hello @bikerflyeradmin, The "JWT Encryption Key" can be any string. If you are using an… -
Posted a reply to Does this conflict with Integrate Firebase Pro Firebase Auth?, on the site WordPress.org Forums:
Hello, It should not get into a conflict with any plugin. Have you tried to… -
Posted a reply to How do I create a custom url for login using the plugin ‘simple jwt login’?, on the site WordPress.org Forums:
Hello, If you are using apache, you can use RewriteRule in your .htaccess file, in… -
Posted a reply to Achieving Redirect to external site after login on wordpress., on the site WordPress.org Forums:
Hello @sravanampb, You can redirect to a custom page. Here is the documentation link: https://simplejwtlogin.com/docs/autologin#redirect… -
Posted a reply to Is a package available for your plugin?, on the site WordPress.org Forums:
There is no package for the plugin itself, but there is a package for the… -
Posted a reply to Send custom email ->modifies Invalid HTML, on the site WordPress.org Forums:
Hello @substanced, I will investigate this and come back with an update. I've checked it… -
Posted a reply to Modify User Roles Without User Creation, on the site WordPress.org Forums:
Hello Will, Yes. You can modify the user roles. You need to enable Allow jwt… -
Wrote a new post, (Post Title) PTE Request for…, on the site Translate WordPress:
(Post Title) PTE Request for [Simple-JWT-Login-Mailpoet] I am the plugin author for Simple-JWT-Login-Mailpoet. We have… -
Committed [2715219] to Plugins SVN:
[0.1.1] Shortcode can return only the autologin URL -
Committed [2715216] to Plugins SVN:
[3.4.6] Fix user_meta when passed as JSON in request body -
Committed [2714189] to Plugins SVN:
[0.1.0] Initial release -
Wrote a comment on the post PTE Request for…, on the site Translate WordPress:
I left "endpoint", because the translation "punct final", does not really mean the exact translation… -
Wrote a new post, PTE Request for…, on the site Translate WordPress:
PTE Request for Simple-JWT_login I am the plugin author for Simple-JWT-Login. We have a number… -
Committed [2708351] to Plugins SVN:
[3.4.5] Add Redirect on Fail autologin & Add shortcodes for displaying ... -
Posted a reply to is that part of the database is the password reset code?, on the site WordPress.org Forums:
Try to remove the code from the fetch url and add it to var raw… -
Posted a reply to is that part of the database is the password reset code?, on the site WordPress.org Forums:
Hello @ezequieldevjs, First, you need to call POST /user/reset_password. This will set the user_activation_key in… -
Posted a reply to Hook / Change jwt-auth/v1/auth/validate/?jwt=…, on the site WordPress.org Forums:
Hello @johnymanuelli, I've implemented hooks for each successful response. The documentation is not updated yet,… -
Committed [2703960] to Plugins SVN:
[3.4.4] Add hooks for responses -
Posted a reply to Hook / Change jwt-auth/v1/auth/validate/?jwt=…, on the site WordPress.org Forums:
Hello @johnymanuelli, I will add this hook in the weekend. I find it a cool… -
Posted a reply to reset password via JWT, on the site WordPress.org Forums:
Hello @amrgharieb, You get this error because your JWT belongs to a different user. We… -
Posted a reply to Registration Confirmation Email, on the site WordPress.org Forums:
Hello @koinoniaapptest, You can use the hook in [simple_jwt_login_register_hook](https://simplejwtlogin.com/docs/hooks#3-simple_jwt_login_register_hook) in order to send the email.…
Developer
-
Simple JWT Login - Login and Register to WordPress using JWT
Active Installs: 2,000+
-
Simple JWT Login MailPoet- Login users from newsletter
Active Installs: Less than 10
Contributor
-
UNS Project WordPress Authentication
Active Installs: Less than 10