• Resolved kazybekn

    (@kazybekn)


    Hello! I am new to WordPress. Could you please help me? I installed User Registration plugin. I tested it by registering my secondary e-mail. When I log in using my new account, I see that I can upload image with maximum size of 512 mb. How can I disable this function or change the limit to 0.5 mb?

    Thank you.

Viewing 1 replies (of 1 total)
  • Hi @kazybekn,

    The Profile image field that you see in the User Profile is the field that appears by default.
    If you want to disable that field then there is no option available in the plugin to do so but what you can do is, hide that field using the CSS code. This CSS code will hide the field from the profile details.

    #user-registration.horizontal .user-registration-MyAccount-content .edit-profile .user-registration-profile-header, #user-registration.horizontal .user-registration-MyAccount-content .edit-profile h2 {
        display: none;
    }

    However, if you want to keep it but reduce the upload size then you need to reduce the max upload size from your php.ini file.
    You can simply contact your hosting provider to reduce the size and they will do it for you.

    I hope it helps.
    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Disable profile image upload’ is closed to new replies.