How do I remove the registry button at login? 
Author: Kees W.
Visited 1890,
Followers 1,
Shared 0
I make use of protected access.
At the login screen I get 2 buttons (see enclosed picture).
How do I remove the registry button?
Posted on the
by CSS code...
Author
what css code ?
Link pls !
Author
Can you specify which link you mean?
Please provide a link to the page of the site you are referring to.
Hello Kees,
Please go to Step 1 Settings > Access Management > Settings and clear the 'Registration Page' field under 'Manual Registration', then reupload your site to the server. You will find the Register button is no longer visible.
To clear the 'Registration Page' field, click on the field to give it focus, then press the Delete key on your keyboard.
Kind regards,
Paul
Does not works with WSX5 2021.5.4. Impossible to delete this field
Good afternoon
I've checked the situation and I can confirm that as of now, there is no way to remove that field's value after a link has been inserted.
I can see however how this could be helpful. For this reason, I've turned the topic into an Idea as to keep track of this for the future
Thank you for your feedback
Stefano
So Kees, provides the URL of your page to see how to do by CSS to help you.
Author
Link is: https://kees-w.websitex5.me/
Good afternoon
I apologize but I performed the wrong test.
I can confirm what Paul indicated. Just click on the field and click the CANC key on the Keyboard. The field should be clear then.
This is so for the Registration page when using "Manual registration" only
I remain available here
Stefano
@Kees,
From my side, no idea beacuse the page is dynamic. Sorry
May be KolAsim which has a deeper expetise, has an idea ?
But does this fix given by Stefano is enough.
Enjoy!
Axel
YES!! when using "Manual registration" only....
J.P.
... I endorse Paul's/Stefano previous suggestion...
... however, with a simple and immediate copy / paste of this code you get the result presented:
<style>input[value="Registreer"] {display:none !important}</style>
... if you use this code, it is to be pasted into the Properties of the "imlogin" Special Page, in this position:
>> Step 3 - Map > The 'Page Properties' window > Options in the Expert section | ▪Custom Code: > 3^(terza) opzione > Before closing the HEAD tag
.
ciao
.
Author
I rebuilt the project (cut and paste) and now the problem is solved.