I’m trying to remove the “A password will be e-mailed to you.” text from the registration page here, but my google skills are failing me so far. The closest I’ve found is this, but it doesn’t affect anything. ?? Any tips?
At this time, the “Login Configurator” plugin does not touch the registration page(s). It was never designed to. That particular HTML element has an ID of “reg_passmail”, so if you have JetPack, or you can manage your CSS, you can add:
#reg_passmail { display: none }
To your CSS and this line should no longer display. I doubt that I will be adding support for this in Login Configurator as it’s sole intent is to handle how people log in, not how they register.
Viewing 1 replies (of 1 total)
The topic ‘Customize text on Register page’ is closed to new replies.