This topic is locked
[SOLVED]

Remove "New User registration" on "Login Screen"

11/5/2021 4:22:31 PM
PHPRunner General questions
E
eexplore author

Hi Team,

My PHPRunner version: 10.6.38175

On login screen, i have a "New User registration link" and want to remove it.
What I've done at this time:
/Security / Registration & Passwords / then uncheck "New User Registration Page"
Clear cache on my Apache Server and Chrome browser

But unfortunately link is still present.
Maybe I'm wrong somewhere ?

Any help would be greatly apprciated.
Phil (France)

woodey2002 11/5/2021

Hello,

Have you tried to delete/remove the actual link itself form the Login Screen in the page designer section of runner?

If not, go ahead and try that...

Cheers,
J

E
eexplore author 11/5/2021

Hi J,

Good idea but there is no field like that in my designer (10.6.38175). Only a "Password reminder" field ...

All my best,
Phil

Admin 11/5/2021

I think you can simply remove this link right in the Page Designer.

E
eexplore author 11/6/2021

Sorry but this is what i have in Designer page... Where "New Registration" link is supposed to be ?
img alt

Thanks

K
keithh0427 11/6/2021

I found this in the Editor for the login page.

<span data-itemtype="loginform_register_link" data-itemid="loginform_register_link" {$item_loginform_register_link} data-pageid="{$pageid}" data-small data-button-item>
<A type="button" title class="btn btn-link" {$registerlink_attrs} href="register.php">
{mlang_message SIGN_UP}
</a>
</span>

Try removing this code from the "superbottom_block".

E
eexplore author 11/6/2021

It works great...
Thanks a million...