I'm using ldap and out of box login. I don't want to show register
link on page so I did this.

auth.settings.actions_disabled=['register']

This will hide the register link on page but when I create new user
from database

administration menu by clicking insert new auth_user, it will create
the record but the user cannot login ! It says invalid login.

If I remove the "auth.settings.actions_disabled=['register']", I can
do it from the admin menu.... very strange.

Can we just hide the link without loosing the ability to create from
admin menu ?

Reply via email to