﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8663	Disable register link on the login page	Thierry Michel	hasienda	"There is no way to disable the register link on the login page without disabling the RegisterModule. Having a new boolean option into the trac.ini could solve the problem.

I added this option to the AccountModule

{{{
login_register_link = BoolOption('account-manager', 'login_register_link',
                                False, 'Set to True to enable register link on the login page.')
}}}

and use it like this into the LoginModule.process_request() method :

{{{
'registration_enabled': AccountModule(self.env
                                        ).login_register_link
}}}"	defect	closed	normal	AccountManagerPlugin	normal	fixed	user registration link disable	mmitar@…	0.12
