how can i remove [ Signup for a new account ] link on login page.
any user should not be given access to create an account.
any help to disable the link on login page?
disable [ Signup for new account ] link on login page
Moderators: Developer, Contributor
Re: disable [ Signup for new account ] link on login page
thanks.. i should have tried a liitle bit more before posting....i solved the problem..
Re: disable [ Signup for new account ] link on login page
Hi,
good =)
you may think you had an "easy to solve" doubt, but post how you solved the problem!
you´ll be helping other people xD
[]
HUN73R
good =)
you may think you had an "easy to solve" doubt, but post how you solved the problem!
you´ll be helping other people xD
[]
HUN73R
Re: disable [ Signup for new account ] link on login page
Hi all,
U r right. i should share the process with u all guys..
i modify the the line given below in config_inc
i turned it to OFF
$g_allow_signup = OFF;
U r right. i should share the process with u all guys..
i modify the the line given below in config_inc
i turned it to OFF
$g_allow_signup = OFF;