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.\r\n\r\nI added this option to the AccountModule\r\n\r\n{{{\r\nlogin_register_link = BoolOption('account-manager'_ 'login_register_link'_\r\n                                False_ 'Set to True to enable register link on the login page.')\r\n}}}\r\n\r\nand use it like this into the LoginModule.process_request() method :\r\n\r\n{{{\r\n'registration_enabled': AccountModule(self.env\r\n                                        ).login_register_link\r\n}}},defect,closed,normal,AccountManagerPlugin,normal,fixed,user registration link disable,mmitar@gmail.com,0.12
