Forums / Setup & design / SiteAccessRules: admin login page

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

SiteAccessRules: admin login page

Author Message

Thursday 19 May 2005 8:38:17 am

Is it possible to disable the Register button on the admin login page, and if so how ?
I have tried adding this to site.ini.append.php without much success:

[SiteAccessRules]
Rules[]=Access;disable
Rules[]=Module;user/register

Łukasz Serwatka

Thursday 19 May 2005 10:26:10 pm

Hi,

What exacly not working?

You can hide "register" button in
design\admin\templates\user\login.tpl

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Thursday 19 May 2005 11:22:02 pm

I had a big hope that there was some kind of INI-setting to disable "Register new user" on the whole site instead of modifying admin templates.