• after the installation, all the textes was in english and i added in the code setlocale() to force french. and the buttons are always in english.

    in the registration a user can can create a login waith spaces, i think the login must be verified if it has any spaces.

    anyway, the plugin is very usefull

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Thanks for taking the time to review the plugin.

    I’m not sure why you are having issues with translation as the buttons are set to be localized.

    As for usernames with spaces, the plugin validates usernames using WP’s username validation function. What is allowed by WordPress is allowed by the plugin and WordPress allows spaces in usernames. (The exception to this would be multisite which only allows letters and numbers.)

    For users who have specific needs that may go beyond what the WordPress defaults are, there are two ways to apply your own verification. First, because the plugin uses the WP validate_username function, the WP filter hooks in that process are available to be used for custom verification.

    Second, the plugin has an action hook wpmem_pre_register_data that allows you to (among other things) add in your own validation function for any registration data including username.

Viewing 1 replies (of 1 total)
  • The topic ‘good plugin but need some improvements’ is closed to new replies.