问题
I have another question about Hippo cms.
I found out how login with login and password in Hippo cms using web page. (using /login/proxy with POST) but how can I register new users?
Of course I do not want users to have to go into the console. I just need a simple registration page where the user enters the name of the email and password. Is it possible affordable way ?
回答1:
By default there is no registration form. You will have to create it yourself by creating an html form with the HST and writing it to the user registry, which is stored in the repository under /hippo:configuration/hippo:users
You can do this from within the doAction method of your component.
来源:https://stackoverflow.com/questions/28405940/registration-users-in-hippo-cms