Login page :: Registration request/link

Hi! Is there possibility for the user to request registration on the login page?
Thank you!

What kind of registration? As an internal company user? Or as an external user meant for Thirdparties? (customers, prospects and vendors)

as an internal company user. i would like to decrease the load of the HR person by making all employees register for account, then the HR only approves and customize the groups of the users…

No i do not think that you can register users like that - and why would you even want to?

If you’re a business, then you probably already have some kind of User Identity Management system. Windows AD, FreeIPA, OpenLDAP, … maybe even Novell eDirectory. Make your Dolibarr installation ask that system for user verification when they log in. I believe it is possible, though I do not use this feature.

Secondary even if you can not do that, you can use the API to create users, and add users to groups. If you go this route, have a CI/CD chain such that when you commit a text based file: CSV, yaml, json to your git repo, then the users will automatically be changed, removed, edited, and/or added to your Dolibarr installation.

There is also the import functionality where you can import users from a CSV or Excel file.

Thanks a lot for info!!!