I have created a string override for the "create new account" link on the registration page. The override is blank as I do not want this link to show up.

On viewing the page in Google Chrome, the link has disappeared completely, which is exactly what I was after

Viewing in Firefox however shows an empty link field

Please see screenshots

How can I resolve this?

Thanks

CommentFileSizeAuthor
Google Chrome Screenshot26.47 KBjamesmcd
Firefox Screenshot27.56 KBjamesmcd

Comments

robloach’s picture

You could probably use CSS to hide that link, or remove the create account permission in user/admin/permissions.

jamesmcd’s picture

Thought it was strange that it was showing in Firefox and not Chrome, must be some Firefox related code in style.css??

I've double checked permissions, and the only one I can find relating to this is create profile content which was already disabled for all users apart from admin. This does not seem to be making a difference though, so I don't know what else I can do

Hiding it with CSS means hiding all the links, I am unable to specify that particular link (I am no .css genius so if anyone can suggest a fix it would be great)

Thanks again