掲示板

user creation form

11年前 に Miguel Ángel González によって更新されました。

user creation form

New Member 投稿: 11 参加年月日: 12/09/24 最新の投稿
Hello.

I'm trying to create a form for creating new users.
Surely this should be trivial to you, but to me that I'm starting this is somewhat complicated.

I sense that this should already be created and you just have to know how to call it. Like this login page themeDisplay.getURLSignIn(), there will be some way to get to the page to create new users.

Failing that, if someone has already solved using a form created from 0, it would be greatly appreciated.
I saw in there UserLocalServiceUtil.addUser API for creating new users, but the first question that comes to me is that the creatorUserId pass value as you can imagine using this API to get the next value in the sequence of user IDs .

Thanks in advance