shortcode does not accept all wp_login_form parameters

Support MB User Profile shortcode does not accept all wp_login_form parameters

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10693
    BucketPressBucketPress
    Participant

    Even though the documentation mentions the for the mb login shortcode:

    'This shortcode shows the normal login form. You can use either this shortcode or the WordPress’s built-in function wp_login_form()'

    It seems like the shortcode does not accept all of wp_login_form() parameters such as 'label_password' or 'label_username'.

    It'll be really useful to do so, because the fields such as username does accept email as legitimate, isn't that so? It'll be great if we could change the labels via the shortcode to prompt users appropriately.

    Additionally, it isn't very useful for us to use wp_login_form when we have chose to use this MB User Profile plugin. One reason is that when using wp_login_form(), any wrong login credentials redirects the user to WordPress's default login page instead of remaining in the custom login page which we are trying to achieve when using this plugin.

    #10709
    Anh TranAnh Tran
    Keymaster

    Hi,

    The plugin's shortcode doesn't support all wp_login_form() parameters at the moment. I'll update to support them.

    #10823
    Anh TranAnh Tran
    Keymaster

    Hi Kevin,

    I've just updated the plugin. Now it supports all parameters from wp_login_form. Please update and check out the documentation.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘shortcode does not accept all wp_login_form parameters’ is closed to new replies.