Forum Replies Created
-
Author
-
nikolisgtParticipant
Im back with solution works well,
adding following code on theme’s functions.php file:
COPY CODEadd_action('aiowps_wp_loaded_tasks_end', 'remove_aiowps_loaded_actions'); function remove_aiowps_loaded_actions($AIOWPSecurity_WP_Loaded_Tasks){ remove_action( 'login_init', array( $AIOWPSecurity_WP_Loaded_Tasks, 'aiowps_login_init' )); }
nikolisgtParticipantKieran you’re right, the plugin that creates this problem is All In One WP Security.
Do you have any idea what setting from All In One WP Security creates this problem?nikolisgtParticipantWorks! Thank you! But if users have same name system make name with numbers.
See that screenshotAttachments:
You must be logged in to view attached files.nikolisgtParticipantI have try this plugin and i have same problem. I have try it ALL ALL ALL before submit ticket.
Only one plugin make it works to no say “Unable to create user with an empty name”
This is plugin https://wordpress.org/plugins/restrict-usernames-emails-characters/
with this plugin allow user to register but username not import correct, showing username with symbol or with numbers. You can see Screenshot.
–
I have close all this plugins and i try this plugin https://el.wordpress.org/plugins/wp-facebook-login/
Register works well and greek charachters on username convert it in “Greeklish”
example: If Greek name Νίκος on username this plugin make it Nikos .
But this plugin not fully integrated with buddypress and all my community, for example, does not show the user activity Or when user login in website.Attachments:
You must be logged in to view attached files. -
AuthorPosts